rename the project

This commit is contained in:
2023-12-23 18:11:30 +01:00
parent f9bf3a566e
commit 4e21347199
9 changed files with 92 additions and 5 deletions

View File

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