Site de la fanfare de l'École : https://www.ernestophone.ens.fr
Find a file
Martin Pépin 26aba814be Ajoute d'un attribut category à PartitionSet
Indique si les partitions concernées sont
- Archivées
- Actives
- À venir
2016-06-21 09:49:45 +02:00
calendrier Commit bourrin 2016-06-21 00:33:32 +02:00
Ernestophone Retire les settings du git 2016-06-21 00:45:21 +02:00
gestion Commit bourrin 2016-06-21 00:33:32 +02:00
pads Commit bourrin 2016-06-21 00:33:32 +02:00
partitions Ajoute d'un attribut category à PartitionSet 2016-06-21 09:49:45 +02:00
propositions Commit bourrin 2016-06-21 00:33:32 +02:00
static Commit bourrin 2016-06-21 00:33:32 +02:00
templates Commit bourrin 2016-06-21 00:33:32 +02:00
.gitignore Ignore __pycache__ 2016-06-21 00:54:54 +02:00
manage.py Gros nettoyage de printemps 2016-06-20 13:29:52 +02:00
README.md Add a README.md 2016-06-21 08:01:51 +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.