Site de la fanfare de l'École : https://www.ernestophone.ens.fr
Find a file
2024-12-19 16:22:20 +01:00
.credentials feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01:00
actu linting 2022-02-05 16:18:00 +01:00
calendrier feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01:00
Ernestophone fix(trombonoscope): Breaking changes in django-avatar 2024-12-19 16:22:20 +01:00
gestion feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01:00
instruments feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01:00
locale/en/LC_MESSAGES internationnalisation 2022-01-09 18:03:36 +01:00
npins feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01:00
pads Migrations + black/isort 2022-01-06 13:11:16 +01:00
partitions linting 2022-02-05 16:18:00 +01:00
propositions make forgotten migration 2024-06-15 15:03:37 +02:00
trombonoscope fix(trombonoscope): Breaking changes in django-avatar 2024-12-19 16:22:20 +01: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 feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01:00
README.md Add requirements.txt 2016-06-28 12:02:19 +02:00
shell.nix feat: update and switch to dgnum django framework 2024-12-19 16:22:16 +01: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.