Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etch
nuages
Commits
75151138
Commit
75151138
authored
Oct 06, 2010
by
chris
Browse files
wsgi
parent
a29488f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
apache/django.wsgi
View file @
75151138
import os
import sys
sys.path.append('/home/chris/django')
sys.path.append('/home/chris/django
/nuages
')
os.environ['DJANGO_SETTINGS_MODULE'] = '
nuages.
settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment