Refactor project structure: rename 'rekoring' app to 'openreko' and update settings, URLs, and ASGI/WSGI configurations

This commit is contained in:
Jesper Thøgersen 2025-09-20 22:38:12 +02:00
parent 269ee8cbce
commit 83e11680c9
6 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@ import sys
def main():
"""Run administrative tasks."""
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'rekoring.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'openreko.settings')
try:
from django.core.management import execute_from_command_line
except ImportError as exc: