Преглед изворни кода

Merge pull request #1 from tizot/master

Update README
Denis Merigoux пре 9 година
родитељ
комит
f86dabd767
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      README.md

+ 7 - 1
README.md

6
 
6
 
7
     pip install -r requirements.txt
7
     pip install -r requirements.txt
8
 
8
 
9
+Then copy and paste the settings file template located in folder `seum`:
10
+```
11
+cd seum && cp settings.py.default settings.py
12
+```
13
+
9
 ## Running the server
14
 ## Running the server
10
 
15
 
11
 ### Developement
16
 ### Developement
12
 
17
 
13
-Simply use the django command :
18
+First, comment out the lines below "#Production settings".  
19
+Then simply use the django command:
14
 
20
 
15
     python manage.py runserver 0.0.0.0:8000
21
     python manage.py runserver 0.0.0.0:8000
16
 
22