Skip to content

Commit

Permalink
Merge pull request #103 from GTZ-STUDIO/setup-CD
Browse files Browse the repository at this point in the history
Fix manage.py
  • Loading branch information
Verzaccii committed Mar 20, 2024
2 parents 0cfc842 + 09f330e commit 6f9ef01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvlgg_backend/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def main():
"""Run administrative tasks."""
settings_module = 'lvlgg_backend.deployment' if 'WEBSITE_HOSTNAME' in os.environ else 'lvlgg_backend.settings'
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'lvlgg_backend.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', settings_module)
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down

0 comments on commit 6f9ef01

Please sign in to comment.