initial commit
This commit is contained in:
commit
ce809235e5
34 changed files with 736 additions and 0 deletions
7
phonebook/urls.py
Normal file
7
phonebook/urls.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="phonebook_index"),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue