Application de suivi de gymnaste de haut niveau pour la GymFed/FRBG
Go to file
Gregory Trullemans 6829737319 Changing to 2021-12-09 16:12:55 +01:00
followup Changing to 2021-12-09 16:12:55 +01:00
location New model and re-create migrations. 2021-12-02 07:49:23 +01:00
objective [WIP] refactoring stat/skill code 2021-12-08 09:30:13 +01:00
people Adding new functionnalities and code refactoring 2021-12-09 13:50:39 +01:00
planning Update UI 2021-12-04 21:18:19 +01:00
profiles New model and re-create migrations. 2021-12-02 07:49:23 +01:00
static Refactoring Skill, templates reorganisation, new jquery, ... 2021-11-24 13:24:03 +01:00
templates Adding new functionnalities and code refactoring 2021-12-09 13:50:39 +01:00
tools mutiple minor improvements 2021-11-30 18:45:03 +01:00
.gitignore Merging version 2021-11-30 18:51:02 +01:00
Procfile Changing to 2021-12-09 16:12:55 +01:00
README.md Bug fix 2021-12-02 14:23:26 +01:00
docker-compose.yml Minor UI imrovements 2021-11-30 18:46:17 +01:00
manage.py Changing to 2021-12-09 16:12:55 +01:00
requirements.txt Minor UI imrovements 2021-11-30 18:46:17 +01:00

README.md

Ultron

Deploiement sur Heroku

  • Créer l'application sur Heroku

  • Créer les variables d'environnement :

    • ALLOWED_HOSTS : avengers-ultron.herokuapp.com
    • DATABASE_NAME : ultron
    • DISABLE_COLLECTSTATIC : 1
    • SECRET_KEY : django-insecure-g_eoy6z%xshku4o5#k%o%i_%nb%pz80config#+t%f --> DATABASE_URL est créé automatiquement
        heroku config:set DISABLE_COLLECTSTATIC="1"
        heroku config:set ALLOWED_HOSTS="avengers-ultron.herokuapp.com"
        heroku config:set SECRET_KEY="django-insecure-g_eoy6z%xshku4o5#k%o%i_%nb%_pz80config_#+t%f"
        heroku config:set DATABASE_NAME="ultron"
    
  • Push de l'application

  • Création du super user : heroku run python manage.py createsuperuser