mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Prep work for moving to uWSGI
This commit is contained in:
5
auth_wsgi.py
Normal file
5
auth_wsgi.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
import django.core.handlers.wsgi
|
||||
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
|
||||
application = django.core.handlers.wsgi.WSGIHandler()
|
||||
Reference in New Issue
Block a user