Source code for notes.apps
from django.apps import AppConfig
[docs]
class NotesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notes'
from django.apps import AppConfig
[docs]
class NotesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notes'