X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7319409f3463bce5b12e72a6ba18580ec9a9c029..5913c54d19b8f6775633176032161d49f9b2f1aa:/redakcja/wsgi.py?ds=inline diff --git a/redakcja/wsgi.py b/redakcja/wsgi.py deleted file mode 100755 index cd69a922..00000000 --- a/redakcja/wsgi.py +++ /dev/null @@ -1,21 +0,0 @@ -import os -import os.path -import sys - -ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) - -# Add apps and lib directories to PYTHONPATH -sys.path = [ - ROOT, - os.path.join(ROOT, 'apps'), - os.path.join(ROOT, 'lib'), - os.path.join(ROOT, 'lib/librarian'), -] + sys.path - - -os.environ.setdefault("DJANGO_SETTINGS_MODULE", "redakcja.localsettings") - -# This application object is used by the development server -# as well as any WSGI server configured to use this file. -from django.core.wsgi import get_wsgi_application -application = get_wsgi_application()