mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-08 11:18:28 +02:00
Merge siteroot application
This commit is contained in:
13
bookmarks/wsgi.py
Normal file
13
bookmarks/wsgi.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
WSGI config for linkding.
|
||||
|
||||
It exposes the WSGI callable as a module-level variable named ``application``.
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "bookmarks.settings")
|
||||
|
||||
application = get_wsgi_application()
|
Reference in New Issue
Block a user