From 8413383e12fa555e6421d149a2b61484f18691ab Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 8 Feb 2018 22:22:51 +0100 Subject: [PATCH] batch edit --- .idea/workspace.xml | 314 ++++++++---------- cookbook/forms.py | 10 +- cookbook/templates/base.html | 2 +- .../batch/{category.html => edit.html} | 4 +- cookbook/templates/index.html | 2 +- cookbook/urls.py | 6 +- cookbook/views/__init__.py | 2 + cookbook/views/batch.py | 44 +++ cookbook/views/edit.py | 0 cookbook/views/views.py | 28 -- 10 files changed, 189 insertions(+), 223 deletions(-) rename cookbook/templates/batch/{category.html => edit.html} (78%) create mode 100644 cookbook/views/batch.py create mode 100644 cookbook/views/edit.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f0f3626a..1868d7a1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,15 @@ - + + - - - + + - +