Commit 09d03c5b authored by Michal Čihař's avatar Michal Čihař

Remove outdated wsgi example

parent fc40ca2f
#!/usr/bin/python
import os
import sys
sys.path.append('weblate-path')
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment