https://github.com/alextraveylan/assosdjango_online
Repository de la version en ligne de mon site
https://github.com/alextraveylan/assosdjango_online
Last synced: 3 months ago
JSON representation
Repository de la version en ligne de mon site
- Host: GitHub
- URL: https://github.com/alextraveylan/assosdjango_online
- Owner: AlexTraveylan
- Created: 2022-10-05T19:34:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T22:21:52.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:06.035Z (5 months ago)
- Language: Python
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
"# AssosDjango"
---
Ne pas oublier de creer la base de donnée avec python manage.py migrate
Ne pas oublié d'installer avec pip install le contenu du fichier requirements.txt (pip install -r requirements.txt)
Il y a un dossier .env à rajouter dans le dossier /assos/assos/ dans lequel se trouve settings.py
Il contient :
- SECRET_KEY='\***\*\*\*\*\*\*\***\*\*\***\*\*\*\*\*\*\***\*\*\*\***\*\*\*\*\*\*\***\*\*\***\*\*\*\*\*\*\***' (secret ?)
- DEBUG= True (or False)
- ALLOWED_HOSTS= '127.0.0.1' (ou le nom de domaine en ligne)