소스 검색

Update README

Basile Bruneau 9 년 전
부모
커밋
bfb00eeaf2
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 0
      requirements.txt

+ 1 - 1
README.md

26
 
26
 
27
 ### Developement
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
 You will also need to apply the unapplied migrations:
31
 You will also need to apply the unapplied migrations:
32
 
32
 

+ 1 - 0
requirements.txt

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