docker environ removed. Rollback to development

This commit is contained in:
2024-12-23 10:25:52 +09:00
parent 091db21cf8
commit 31e4a50ad8
28 changed files with 126 additions and 391 deletions

View File

@@ -13,4 +13,5 @@ from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'touchh.settings')
application = get_wsgi_application()