Django project for web experiences
Jérôme BUISINE 6a0a019eb3 Update of quest expe with load screen | il y a 5 ans | |
---|---|---|
ThesisWebExpeDjango | il y a 5 ans | |
expe | il y a 5 ans | |
static | il y a 5 ans | |
.gitignore | il y a 5 ans | |
README.md | il y a 5 ans | |
manage.py | il y a 5 ans | |
requirement.txt | il y a 5 ans |
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.