Django project for web experiences

Jérôme BUISINE b90cd28773 Merge branch 'release/v0.0.2' 4 years ago
ThesisWebExpeDjango 5c75fc225d Update of expe page example 4 years ago
expe 5c75fc225d Update of expe page example 4 years ago
static 5c75fc225d Update of expe page example 4 years ago
.gitignore 3ee4c941de updated 4 years ago
README.md 5c75fc225d Update of expe page example 4 years ago
manage.py 58e57f85d6 First project version 4 years ago
requirement.txt 5c75fc225d Update of expe page example 4 years ago

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