|
@@ -63,7 +63,6 @@ INSTALLED_APPS = [
|
|
|
"django_extensions",
|
|
|
"markdownify.apps.MarkdownifyConfig",
|
|
|
"taggit",
|
|
|
- "emus",
|
|
|
"profiles",
|
|
|
"mathfilters",
|
|
|
"search",
|
|
@@ -89,7 +88,7 @@ MIDDLEWARE = [
|
|
|
"simple_history.middleware.HistoryRequestMiddleware",
|
|
|
]
|
|
|
|
|
|
-ROOT_URLCONF = "emus.urls"
|
|
|
+ROOT_URLCONF = "emus_web.urls"
|
|
|
|
|
|
TEMPLATES = [
|
|
|
{
|
|
@@ -108,7 +107,7 @@ TEMPLATES = [
|
|
|
},
|
|
|
]
|
|
|
|
|
|
-WSGI_APPLICATION = "emus.wsgi.application"
|
|
|
+WSGI_APPLICATION = "emus_web.wsgi.application"
|
|
|
|
|
|
DATABASES = {
|
|
|
"default": dj_database_url.config(
|
|
@@ -269,7 +268,7 @@ LOGGING = {
|
|
|
"propagate": True,
|
|
|
},
|
|
|
"django.db.backends": {"handlers": ["null"]},
|
|
|
- "emus": {
|
|
|
+ "emus_web": {
|
|
|
"handlers": ["console", "file"],
|
|
|
"propagate": True,
|
|
|
},
|