a little more responsive

This commit is contained in:
vabene1111
2018-02-09 17:04:54 +01:00
parent e745f1cda2
commit 8c6019756f
7 changed files with 60 additions and 16 deletions

View File

@ -5,6 +5,8 @@ from cookbook.views import api
urlpatterns = [
path('', views.index, name='index'),
path('test', views.test, name='test'),
path('new/recipe', new.recipe, name='new_recipe'),
path('new/category', new.category, name='new_category'),
path('new/keyword', new.keyword, name='new_keyword'),