文件名称:LetsEat:网上订餐管理系统
文件大小:1.33MB
文件格式:ZIP
更新时间:2024-03-31 11:53:10
系统开源
网上订餐管理系统 环境 Python 2.7 Django 1.6.5 python-mysql 运行 使用sqlite3:把eatit/setting.py中DATABASES中sqlite3部分的代码取消注释,并注释掉MySQL部分。使用命令行到主目录下执行python manage.py syncdb初始化数据库其中会提示创建网站后台管理员及密码使用sqlite3数据库的初始化到此结束。 使用MySQL数据库:安装MySQL 安装MySQL的python对接模块:python-mysql python setup.py构建 如果安装时出现EnvironmentError:找不到mysql_config参考修改setup_posix.py文件: mysql_config.path =“ /usr/local/mysql-5.0.67/bin/mysql_config” 在MySQL
【文件预览】:
LetsEat-master
----cart()
--------models.py(731B)
--------__init__.py(0B)
--------views.py(3KB)
--------tests.py(383B)
----数据库.ppt(1.08MB)
----启动服务器.bat(33B)
----static()
--------css()
--------fonts()
--------js()
--------pictures()
----customer()
--------models.py(2KB)
--------__init__.py(0B)
--------views.py(4KB)
--------admin.py(543B)
--------tests.py(60B)
--------forms.py(2KB)
----db.sqlite3(188KB)
----html()
--------test()
--------cart.html(1KB)
--------example.html(1KB)
--------index.html(869B)
--------base.html(3KB)
--------customer()
--------shop.html(3KB)
----ER详情表.xls(22KB)
----manage.py(248B)
----.gitignore(1KB)
----shop()
--------models.py(2KB)
--------__init__.py(0B)
--------views.py(2KB)
--------admin.py(925B)
--------tests.py(60B)
----README.md(2KB)
----eatit()
--------wsgi.py(550B)
--------__init__.py(0B)
--------settings.py(3KB)
--------urls.py(1KB)
----.gitattributes(483B)