Sfoglia il codice sorgente

Merge pull request #2 from Varal7/master

Update README
Denis Merigoux 9 anni fa
parent
commit
4076ab779a
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 0 1
      .gitignore
  2. 6 1
      README.md

+ 0 - 1
.gitignore

@@ -52,7 +52,6 @@ coverage.xml
52 52
 # Django stuff:
53 53
 *.log
54 54
 *.sqlite3
55
-counter/migrations/
56 55
 static/admin/
57 56
 
58 57
 # Sphinx documentation

+ 6 - 1
README.md

@@ -15,7 +15,12 @@ cd seum && cp settings.py.default settings.py
15 15
 
16 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 24
 Then simply use the django command:
20 25
 
21 26
     python manage.py runserver 0.0.0.0:8000