initial commit
This commit is contained in:
commit
ce809235e5
34 changed files with 736 additions and 0 deletions
6
phonebook/apps.py
Normal file
6
phonebook/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PhonebookConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "phonebook"
|
Loading…
Add table
Add a link
Reference in a new issue