Universitaet Duesseldorf Infowiss Projectseminar 2014 Summer.
Authors:
* Yuankun
* Tobias
* Hylee
You need python 2.7.5, django 1.6.5, South.
For installing tipps, please read the doc.
It's so easy with pip or easy_install to install these tools.
Like:
pip install django
pip install south
But under windows, you must install python, that can be done by downloading the python2.7's exe.
:_)
This project relys on the following packages
* django
* pil
* south
We use PyCharm from JetBrain.Inc, this Community Edition is free to use, and it's very good for codding in python.
http://www.jetbrains.com/pycharm/download/
Everytime change the model, must using python manage.py syncdb to take the effect on db.
Django provides the strong and solid platform
* Django's Doc: https://docs.djangoproject.com/en/1.6/
SOUTH will be used to update the dbs schema automatic.
* SOUTH's Doc: http://south.readthedocs.org/en/latest/index.html
Twitter Bootstrap
* https://github.com/twbs/bootstrap
* django 1.6.5
* Python 2.7.5
1. Using command to locate to the project folder
2. Input **python manage.py runserver**
3. The default admin address is http://127.0.0.1:8000/admin
Administrators(Account/Password):
* yuankunluo 123123
* hylee101 123123
* tobias 123123