Site de la fanfare de l'École : https://www.ernestophone.ens.fr
Find a file
Maurice Debray 84af71a6c7 linting
2022-02-26 12:44:47 +01:00
actu linting 2022-02-05 16:18:00 +01:00
calendrier linting 2022-02-26 12:44:47 +01:00
Ernestophone yearbook 2021-11-25 10:00:01 +01:00
gestion linting 2022-02-26 12:44:47 +01:00
instruments Chef instru peut maintenant changer les infos d'instru 2022-02-21 00:47:03 +01:00
locale/en/LC_MESSAGES internationnalisation 2022-01-09 18:03:36 +01:00
pads Migrations + black/isort 2022-01-06 13:11:16 +01:00
partitions linting 2022-02-05 16:18:00 +01: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.