Merge branch 'master' into demo
This commit is contained in:
commit
a690d9edfd
3 changed files with 5 additions and 2 deletions
|
@ -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
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Django==1.7
|
||||
gunicorn==19.6
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue