From 1b1943574dd7fecbb85cee894e51ed1292248402 Mon Sep 17 00:00:00 2001 From: flifloo Date: Fri, 3 Dec 2021 06:26:54 +0100 Subject: [PATCH] Create README --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index e69de29..b625dd0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,31 @@ +# La Nuit de l'Info 2021 +> BenoƮt Kezel | Florian Charlaix + +## Dependencices +* python3 +* python3-dev +* python3-pip +* python3-venv +* libpq-dev + +**Example**: +```bash +apt install python3 python3-dev python3-pip python3-venv libpq-dev +``` + +## Database +You need to copy settings.py.exemple to settings.py and complete the database connexion (PostgresSQL) + +You can add a mail server for user registration confirmation + +## Installation +```bash +python3 -m venv venv +. venv/bin/activate +pip install -r requirements.txt +``` + +## Start th server +```bash +python manage.py runserver 8000 +```