Django project for web experiences

Jérôme BUISINE dd0a726df5 Merge branch 'release/v0.0.8' 4 years ago
ThesisWebExpeDjango 00e235635c Add of first expe template 4 years ago
expe 32b50a11ee Update display of experience 4 years ago
static 32b50a11ee Update display of experience 4 years ago
.gitignore 6a0a019eb3 Update of quest expe with load screen 4 years ago
Dockerfile 507f912147 Use of docker for deploy website 4 years ago
Makefile a2ef5d1af2 Fix Makefile issue 4 years ago
README.md 507f912147 Use of docker for deploy website 4 years ago
docker-compose.yml 3e21dcc55e Use of docker compose file 4 years ago
manage.py 58e57f85d6 First project version 4 years ago
requirements.txt 3e21dcc55e Use of docker compose file 4 years ago

README.md

DjangoRecipes

Description

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

Installation

1. Manually

Requirements

You need to have python, pip

pip install -r requirementst.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

2. Using docker (recommended)

You can use make commands:

make build
make run

Or simply:

make deploy

Will run build and run commands at once.

You also have stop and remove commands to stop and remove current generated docker instance.

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