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
Simon Daron
panikweb
Commits
59ab76c2
Commit
59ab76c2
authored
Sep 03, 2013
by
fred
Browse files
add wsgi file
parent
52a5a37a
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/wsgi.py
0 → 100644
View file @
59ab76c2
#! /usr/bin/env python
import
os
os
.
environ
[
'DJANGO_SETTINGS_MODULE'
]
=
'panikweb.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