feat: ✨ hello world
This commit is contained in:
commit
ed1d65fa62
29 changed files with 464 additions and 0 deletions
6
hello/apps.py
Normal file
6
hello/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class HelloConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'hello'
|
Loading…
Add table
Add a link
Reference in a new issue