mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-07 23:30:58 +00:00
6 lines
166 B
Python
6 lines
166 B
Python
|
|
import os
|
||
|
|
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "testapp.settings")
|
||
|
|
|
||
|
|
from django.core.wsgi import get_wsgi_application
|
||
|
|
application = get_wsgi_application()
|