Reworked helloworld

This commit is contained in:
2022-06-28 09:40:58 +03:00
parent 9235dd06c6
commit 23d55ed995
9 changed files with 3 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class HelloworldConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'helloworld'