We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f3f8d commit 0f02125Copy full SHA for 0f02125
README.md
@@ -119,8 +119,8 @@ Django project directory structure
119
wsgi.py (This file execute Django over on WSGI)
120
README.md
121
requirements.txt (for additionals packages dependencies)
122
- libs/ (Adicional libraries)
123
- data/ (For not-externally exposed wsgi code)
+ libs/ (Adicional libraries)
+ data/ (For not-externally exposed wsgi code)
124
wsgi/ (Externally exposed wsgi goes)
125
application (Script to execute the application on wsgi)
126
openshift/ (Django project directory)
0 commit comments