kenken999 commited on
Commit
166d7ac
·
1 Parent(s): 5334670
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b40e9d302f4596b8cde53c36bb7828b965416c12e7cdbd062a3656ab0fd24e56
3
  size 1863680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f355ad162f66ed02913b99f4fc97d556708af292e704ee14c9934a7e1701840
3
  size 1863680
mysite/asgi.py CHANGED
@@ -21,8 +21,8 @@ import aiofiles
21
  os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings")
22
  application = get_asgi_application()
23
 
24
- app = FastAPI()
25
-
26
  # Djangoアプリケーションの初期化
27
  init_django_app(app, application)
28
 
 
21
  os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings")
22
  application = get_asgi_application()
23
 
24
+ #app = FastAPI()
25
+ app = FastAPI(debug=True)
26
  # Djangoアプリケーションの初期化
27
  init_django_app(app, application)
28
 
workspace/workspace/workspace/new_file.py ADDED
@@ -0,0 +1 @@
 
 
1
+ print('Hello, World!')