瀏覽代碼

Update README

Basile Bruneau 8 年之前
父節點
當前提交
bfb00eeaf2
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      README.md
  2. 1 0
      requirements.txt

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ where `env` is the name of the folder containing your virtualenv.
26 26
 
27 27
 ### Developement
28 28
 
29
-First, comment out the lines below "#Production settings" in `settings.py`.
29
+First, comment out the lines below "#Production settings" in `seum/settings.py`.
30 30
 
31 31
 You will also need to apply the unapplied migrations:
32 32
 

+ 1 - 0
requirements.txt

@@ -5,3 +5,4 @@ django-bootstrap3
5 5
 django-debug-toolbar==1.6
6 6
 django-graphos-3
7 7
 pandas==0.19
8
+django_extensions==1.7.8