Refactor project structure: rename 'rekoring' app to 'openreko' and update settings, URLs, and ASGI/WSGI configurations
This commit is contained in:
parent
269ee8cbce
commit
83e11680c9
6 changed files with 9 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue