diff --git a/README.md b/README.md index 38707e0..b0b42d1 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file + Le site est alors accessible à `localhost:8000`. + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..67e950e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Django==1.7 +gunicorn==19.6 diff --git a/static/css/ernesto.css b/static/css/ernesto.css index 6c0c646..1f23ff4 100644 --- a/static/css/ernesto.css +++ b/static/css/ernesto.css @@ -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%;