Application de suivi de gymnaste de haut niveau pour la GymFed/FRBG
Go to file
Gregory Trullemans bb08398c3a Upgrade UI and minor bug fix in gymnast statistics 2021-12-05 09:38:11 +01:00
Ultron Adding statistics to gymnast 2021-12-02 22:01:50 +01:00
followup Upgrade UI and minor bug fix in gymnast statistics 2021-12-05 09:38:11 +01:00
location New model and re-create migrations. 2021-12-02 07:49:23 +01:00
objective New model and re-create migrations. 2021-12-02 07:49:23 +01:00
people Upgrade UI and minor bug fix in gymnast statistics 2021-12-05 09:38:11 +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 Upgrade UI and minor bug fix in gymnast statistics 2021-12-05 09:38:11 +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 Update location and add MindState model 2021-11-21 09:20:49 +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 First commit 2021-11-02 14:05:32 +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