Skip to content
Snippets Groups Projects
Commit 374c32c8 authored by Neda Moeini's avatar Neda Moeini
Browse files

Fixed theme app name

parent 1bbd89f3
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ import sys ...@@ -6,7 +6,7 @@ import sys
def main(): def main():
"""Run administrative tasks.""" """Run administrative tasks."""
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'root.settings') os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'sage_validation.settings')
try: try:
from django.core.management import execute_from_command_line from django.core.management import execute_from_command_line
except ImportError as exc: except ImportError as exc:
......
...@@ -125,7 +125,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" ...@@ -125,7 +125,7 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
INTERNAL_IPS = [ INTERNAL_IPS = [
"127.0.0.1", "127.0.0.1",
] ]
TAILWIND_APP_NAME = "theme" TAILWIND_APP_NAME = "sage_validation.theme"
STATIC_ROOT = BASE_DIR / "staticfiles" STATIC_ROOT = BASE_DIR / "staticfiles"
STATICFILES_DIRS = [ STATICFILES_DIRS = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment