Reorder files
This commit is contained in:
parent
8f3b1f817a
commit
d9a41f82bb
16 changed files with 59 additions and 13 deletions
6
notes/apps.py
Normal file
6
notes/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class NotesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'notes'
|
Reference in a new issue