Browse Source

update readme

Gerrit 7 years ago
parent
commit
f1ae2b3f07
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

33
 # log file
33
 # log file
34
 export DJANGO_LOG_FILE="xxx"
34
 export DJANGO_LOG_FILE="xxx"
35
 
35
 
36
-# static and media files dir in production
36
+# static and media files directories in production
37
 export DJANGO_STATIC_ROOT="xxx"
37
 export DJANGO_STATIC_ROOT="xxx"
38
 export DJANGO_MEDIA_ROOT="xxx"
38
 export DJANGO_MEDIA_ROOT="xxx"
39
 
39
 

Loading…
Cancel
Save