mirror of
https://github.com/pretix/pretix.git
synced 2026-08-18 12:06:26 +00:00
Rename tixl to pretix
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import os
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "tixl.settings")
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pretix.settings")
|
||||
|
||||
from django.core.management import execute_from_command_line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user