From eac41d6869253cc4c533f7dbe7ecea30e07fecf8 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 31 Mar 2018 11:29:18 +0200 Subject: [PATCH] basic multiselect working --- .idea/jsLibraryMappings.xml | 2 +- .idea/recipes.iml | 4 ++-- cookbook/forms.py | 6 ++++-- cookbook/helper/__init__.py | 2 ++ cookbook/helper/dal.py | 16 ++++++++++++++++ cookbook/templates/base.html | 14 +++++++++++--- cookbook/urls.py | 3 +++ recipes/settings.py | 2 ++ requirements.txt | 4 +++- 9 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 cookbook/helper/dal.py diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml index 2a5d32266..e72781fbe 100644 --- a/.idea/jsLibraryMappings.xml +++ b/.idea/jsLibraryMappings.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/recipes.iml b/.idea/recipes.iml index 43fb334e4..f030f84da 100644 --- a/.idea/recipes.iml +++ b/.idea/recipes.iml @@ -18,14 +18,14 @@ - - + +