Django project for web experiences
|
hace 5 años | |
---|---|---|
ThesisWebExpeDjango | hace 5 años | |
expe | hace 5 años | |
static | hace 5 años | |
.gitignore | hace 5 años | |
README.md | hace 5 años | |
manage.py | hace 5 años | |
requirement.txt | hace 5 años |
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.