mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-07 18:01:54 +00:00
init
This commit is contained in:
7
backend/tabby/wsgi.py
Normal file
7
backend/tabby/wsgi.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tabby.settings')
|
||||
|
||||
application = get_wsgi_application()
|
Reference in New Issue
Block a user