Site de la fanfare de l'École : https://www.ernestophone.ens.fr
Find a file
2021-09-29 13:31:15 +02:00
actu corrections + class views 2021-04-29 00:27:33 +02:00
calendrier corrections 2021-09-29 13:31:15 +02:00
Ernestophone add photo/video from site + choice instru in response event 2021-06-07 00:56:03 +02:00
gestion ev only for chefs 2021-08-09 12:41:44 +02:00
instruments corrections 2021-09-29 13:31:15 +02:00
locale/en/LC_MESSAGES add photo/video from site + choice instru in response event 2021-06-07 00:56:03 +02:00
pads corrections + class views 2021-04-29 00:27:33 +02:00
partitions minor adjustements 2021-04-29 01:00:17 +02:00
trombonoscope black + isort 2021-04-29 00:33:58 +02:00
.gitignore v1.0 - Nouvelle apparence, trombonoscope 2020-09-10 15:06:53 +02:00
CHANGELOG.md v1.0 - Nouvelle apparence, trombonoscope 2020-09-10 15:06:53 +02:00
LICENSE Ajout de LICENSE 2020-02-17 20:25:05 +01:00
manage.py corrections + class views 2021-04-29 00:27:33 +02:00
README.md Add requirements.txt 2016-06-28 12:02:19 +02:00
requirements-devel.txt Better organization of the settings files 2017-10-13 14:17:56 +02:00
requirements.txt v1.0 - Nouvelle apparence, trombonoscope 2020-09-10 15:06:53 +02:00

Ernesto

Pour installer le site :

  1. Copier le fichier de settings et l'adapter à ses besoins.
    • cp Ernestophone/settings-example.py Ernestophone/settings.py.
    • Principalement, éditer STATIC_ROOT et MEDIA_ROOT.
    • Penser à changer la SECRET_KEY.
  2. Appliquer les migrations python manage.py migrate.
  3. Puis :
    • En production :
      • charger les fichiers statiques : python manage.py collectstatic
      • Lancer le serveur après avoir configuré le serveur web.
    • En développement : lancer le serveur python manage.py runserver. Le site est alors accessible à localhost:8000.