Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ComPerformance<br>

<pre>
项目基于django1.3.1,你可以通过sudo easy_install "django==1.3.1"安装;
django-grappelli是2.3.8
要想切换成原django版本可以通过sudo easy_install django进行。

实现的功能如下:
Expand Down Expand Up @@ -53,15 +54,14 @@ ComPerformance<br>
搭建方法
</h1>
<pre>
1.下载最新版本
2.在mysql数据库中建一个comperformance数据库,然后导入sql
3.修改settings中的DATABASES
4.sudo easy_install django-grappelli
5.sudo easy_install xlrd
6.sudo easy_install pil
7.python manage.py runserver
8.用户名:guomeng 密码:guomeng
9.登录
1.下载最新版
2.在mysql数据库中建一个comperformance数据库,然后导入sql
3.修改settings中的DATABASES
4.virtualenv comperformance
5.source comperformance/bin/active
6.pip install -r requirements.txt
7.python manage.py runserver
8.用户名:guomeng 密码:guomeng
</pre>

<h1>
Expand Down
Binary file added webadmin/__init__.pyc
Binary file not shown.
Binary file added webadmin/settings.pyc
Binary file not shown.