Skip to content

Commit

Permalink
Merge pull request #243 from introkun/feature/clean-up-settings
Browse files Browse the repository at this point in the history
clean up settings.py
  • Loading branch information
TreyWW authored Mar 30, 2024
2 parents 094ef69 + 633c3a6 commit 830d399
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions settings/settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import base64
import json
import logging
import mimetypes
import os
Expand All @@ -10,8 +9,7 @@
from django.contrib.staticfiles.storage import FileSystemStorage
from storages.backends.s3 import S3Storage

import settings.settings
from .helpers import get_var, ARE_EMAILS_ENABLED
from .helpers import get_var

# from backend.utils import appconfig

Expand Down Expand Up @@ -158,7 +156,6 @@
},
},
]
import os

WSGI_APPLICATION = "settings.wsgi.application"

Expand Down

0 comments on commit 830d399

Please sign in to comment.