From 1526767e8742493bb8e0ea18ac4f34ff23122cc7 Mon Sep 17 00:00:00 2001 From: RobbieHan Date: Fri, 9 Nov 2018 23:22:13 +0800 Subject: [PATCH] menu create --- .idea/workspace.xml | 412 +++++++++--------- apps/__pycache__/custom.cpython-36.pyc | Bin 0 -> 783 bytes apps/custom.py | 21 + apps/system/__pycache__/forms.cpython-36.pyc | Bin 3593 -> 3909 bytes apps/system/__pycache__/models.cpython-36.pyc | Bin 3643 -> 3643 bytes apps/system/__pycache__/urls.cpython-36.pyc | Bin 1480 -> 1574 bytes .../__pycache__/views_menu.cpython-36.pyc | Bin 0 -> 492 bytes .../views_structure.cpython-36.pyc | Bin 3625 -> 3625 bytes .../__pycache__/views_user.cpython-36.pyc | Bin 8010 -> 8010 bytes apps/system/forms.py | 10 +- apps/system/urls.py | 4 +- apps/system/views_menu.py | 17 + db.sqlite3 | Bin 208896 -> 208896 bytes sandboxMP/__pycache__/urls.cpython-36.pyc | Bin 1404 -> 1404 bytes templates/system/menu_form.html | 101 +++++ 15 files changed, 365 insertions(+), 200 deletions(-) create mode 100644 apps/__pycache__/custom.cpython-36.pyc create mode 100644 apps/custom.py create mode 100644 apps/system/__pycache__/views_menu.cpython-36.pyc create mode 100644 apps/system/views_menu.py create mode 100644 templates/system/menu_form.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5737775..6224d59 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,7 @@ - -