Merge branch 'master' into demo

This commit is contained in:
Martin Pépin 2016-06-29 19:49:11 +02:00
commit a690d9edfd
3 changed files with 5 additions and 2 deletions

View file

@ -13,4 +13,5 @@ Pour installer le site :
- 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`.
Le site est alors accessible à `localhost:8000`.

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
Django==1.7
gunicorn==19.6

View file

@ -1,4 +1,4 @@
@import url("http://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css?family=Lobster");
html, body {
height: 100%;