6 lines
150 B
Python
Executable file
6 lines
150 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class GuestbookConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "guestbook"
|