Просмотр исходного кода

Merge pull request #2 from Varal7/master

Update README
Denis Merigoux лет назад: 9
Родитель
Сommit
4076ab779a
2 измененных файлов с 6 добавлено и 2 удалено
  1. 0 1
      .gitignore
  2. 6 1
      README.md

+ 0 - 1
.gitignore

52
 # Django stuff:
52
 # Django stuff:
53
 *.log
53
 *.log
54
 *.sqlite3
54
 *.sqlite3
55
-counter/migrations/
56
 static/admin/
55
 static/admin/
57
 
56
 
58
 # Sphinx documentation
57
 # Sphinx documentation

+ 6 - 1
README.md

15
 
15
 
16
 ### Developement
16
 ### Developement
17
 
17
 
18
-First, comment out the lines below "#Production settings".  
18
+First, comment out the lines below "#Production settings" in `settings.py`.
19
+
20
+You will also need to apply the unapplied migrations:
21
+
22
+    python manage.py migrate
23
+
19
 Then simply use the django command:
24
 Then simply use the django command:
20
 
25
 
21
     python manage.py runserver 0.0.0.0:8000
26
     python manage.py runserver 0.0.0.0:8000