mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-17 05:50:23 +00:00
5 lines
166 B
Python
5 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()
|