1
0
Fork 0

Reorder files

This commit is contained in:
Vili Sinervä 2024-11-24 16:45:26 +02:00
parent 8f3b1f817a
commit d9a41f82bb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
16 changed files with 59 additions and 13 deletions

6
notes/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class NotesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notes'