MANIFEST.in
README.md
setup.py
jcms/__init__.py
jcms/apps.py
jcms/forms.py
jcms/jcms.py
jcms/settings.py
jcms/urls.py
jcms.egg-info/PKG-INFO
jcms.egg-info/SOURCES.txt
jcms.egg-info/dependency_links.txt
jcms.egg-info/top_level.txt
jcms/components/__init__.py
jcms/components/no_config.py
jcms/components/url_parser.py
jcms/components/util.py
jcms/config/__init__.py
jcms/config/app_info.py
jcms/config/jcms_settings.py
jcms/exceptions/__init__.py
jcms/exceptions/jcms_variable_missing.py
jcms/exceptions/submodule_missing.py
jcms/generators/__init__.py
jcms/generators/api_generator.py
jcms/generators/cms_generator.py
jcms/generators/url_generator.py
jcms/migrations/0001_initial.py
jcms/migrations/0002_auto_20170423_2048.py
jcms/migrations/0003_remove_option_key.py
jcms/migrations/0004_auto_20170529_2005.py
jcms/migrations/0005_auto_20170720_1811.py
jcms/migrations/__init__.py
jcms/models/__init__.py
jcms/models/generic_menu_item.py
jcms/models/models.py
jcms/models/single_menu_item.py
jcms/static/.gitkeep
jcms/static/jcms/app.bundle.js
jcms/static/jcms/style.css
jcms/templates/icons/add.svg
jcms/templates/icons/cancel.svg
jcms/templates/icons/delete.svg
jcms/templates/icons/dropdown-caret.svg
jcms/templates/icons/edit.svg
jcms/templates/icons/groups.svg
jcms/templates/icons/hamburger.svg
jcms/templates/icons/home.svg
jcms/templates/icons/logout.svg
jcms/templates/icons/options.svg
jcms/templates/icons/standard-menu-item.svg
jcms/templates/icons/users.svg
jcms/templates/jcms-admin/crud/detail.html
jcms/templates/jcms-admin/crud/edit_or_create.html
jcms/templates/jcms-admin/crud/forms.html
jcms/templates/jcms-admin/crud/list.html
jcms/templates/jcms-admin/layouts/admin.html
jcms/templates/jcms-admin/layouts/base.html
jcms/templates/jcms-admin/layouts/messages.html
jcms/templates/jcms-admin/layouts/side-nav.html
jcms/templates/jcms-admin/layouts/top.html
jcms/templates/jcms-admin/login/login.html
jcms/templatetags/__init__.py
jcms/templatetags/add_item.py
jcms/templatetags/crud_url.py
jcms/templatetags/get_menu_items.py
jcms/templatetags/get_model_name.py
jcms/templatetags/get_object_attr.py
jcms/views/__init__.py
jcms/views/groupsViews.py
jcms/views/loginViews.py