Commit 1f04a536 authored by Ciella's avatar Ciella

Bugfix bookshelf/urls.py

parent 0ec9f924
from django.urls import path
from .views import home_view, BooksDetailView, BooksListView, AuthorDetailView, AuthorListView
from .views import (
home_view,
BooksDetailView, BooksListView, BooksCreateView, BooksUpdateView,
AuthorDetailView, AuthorListView, AuthorCreateView, AuthorUpdateView,
)
urlpatterns = [
path('home/', home_view, name='home_view'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment