Site de la fanfare de l'École : https://www.ernestophone.ens.fr
Find a file
2016-06-21 09:52:26 +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 On vire les .swp 2016-06-21 09:52:26 +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 Modification de la vue : liste des partitions 2016-06-21 09:51:11 +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.