Django project for web experiences

Jérôme BUISINE aea179f174 Update of dependencies hace 4 años
ThesisWebExpeDjango 00e235635c Add of first expe template hace 4 años
expe 6a0a019eb3 Update of quest expe with load screen hace 4 años
static 6a0a019eb3 Update of quest expe with load screen hace 4 años
.gitignore 6a0a019eb3 Update of quest expe with load screen hace 4 años
README.md aea179f174 Update of dependencies hace 4 años
manage.py 58e57f85d6 First project version hace 4 años
requirements.txt aea179f174 Update of dependencies hace 4 años

README.md

DjangoRecipes

Description

Web site which contains experiences on synthesis images (perception of noise).

Installation

Requirements

You need to have python, pip

pip install -r requirements.txt

Run server

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

How to contribute ?

This project uses git-flow to improve cooperation during the development.

For each feature, you have to create a new git flow feature branch.

Licence

MIT