Skip to content

Commit

Permalink
splitting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Jan 23, 2025
1 parent 2760282 commit 8ef2926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.py → app/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.core.wsgi import get_wsgi_application
from mangum import Mangum

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "visuleo_port.settings")

application = get_wsgi_application()
handler = Mangum(application)

0 comments on commit 8ef2926

Please sign in to comment.