mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-03 07:48:22 +00:00
revert back to single settings.py file to fix authorization header not reading issue
This commit is contained in:
@ -7,7 +7,7 @@ import sys
|
||||
|
||||
def main():
|
||||
"""Run administrative tasks."""
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "apibase.django.local")
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "apibase.settings")
|
||||
try:
|
||||
from django.core.management import execute_from_command_line
|
||||
except ImportError as exc:
|
||||
|
Reference in New Issue
Block a user