mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Initial commit
This commit is contained in:
commit
8edb743ebd
1078 changed files with 264296 additions and 0 deletions
8
dispatcharr/wsgi.py
Normal file
8
dispatcharr/wsgi.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
WSGI config for dispatcharr project.
|
||||
"""
|
||||
import os
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'dispatcharr.settings')
|
||||
application = get_wsgi_application()
|
||||
Loading…
Add table
Add a link
Reference in a new issue