Skip to content

Commit

Permalink
Added WSGI app
Browse files Browse the repository at this point in the history
  • Loading branch information
edbourque0 committed Sep 4, 2024
1 parent f6c6745 commit 2ad22cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clashstats/clashstats/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

# Application definition

WSGI_APPLICATION = 'clashstats.wsgi.application'

INSTALLED_APPS = [
"django.contrib.admin",
"django.contrib.auth",
Expand Down Expand Up @@ -120,7 +122,6 @@
# https://docs.djangoproject.com/en/5.0/howto/static-files/

STATIC_URL = "static/"
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

# Default primary key field type
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
Expand Down

0 comments on commit 2ad22cc

Please sign in to comment.