Django project for web experiences
Jérôme BUISINE 63e1b7d01e Merge branch 'release/v0.0.5' | 5 gadi atpakaļ | |
---|---|---|
ThesisWebExpeDjango | 5 gadi atpakaļ | |
expe | 5 gadi atpakaļ | |
static | 5 gadi atpakaļ | |
.gitignore | 5 gadi atpakaļ | |
README.md | 5 gadi atpakaļ | |
manage.py | 5 gadi atpakaļ | |
requirements.txt | 5 gadi atpakaļ |
Web site which contains experiences on synthesis images (perception of noise).
You need to have python, pip
pip install -r requirements.txt
And then, run the server :
python project/manage.py runserver
or if you want to precise a specific port number :
python project/manage.py runserver 8080
This project uses git-flow to improve cooperation during the development.
For each feature, you have to create a new git flow feature branch.