MANIFEST.in
README.md
setup.py
jcms/__init__.py
jcms/apps.py
jcms/forms.py
jcms/models.py
jcms/tests.py
jcms/urls.py
jcms.egg-info/PKG-INFO
jcms.egg-info/SOURCES.txt
jcms.egg-info/dependency_links.txt
jcms.egg-info/requires.txt
jcms.egg-info/top_level.txt
jcms/helpers/__init__.py
jcms/helpers/functions.py
jcms/helpers/menu_item.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/mixins/__init__.py
jcms/mixins/jcms_crud.py
jcms/mixins/menu_item.py
jcms/static/jcms.css
jcms/static/jcms.js
jcms/templates/icons/add.svg
jcms/templates/icons/cancel.svg
jcms/templates/icons/delete.svg
jcms/templates/icons/edit.svg
jcms/templates/icons/home.svg
jcms/templates/icons/logout.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/assign.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/articlesViews.py
jcms/views/groupsViews.py
jcms/views/loginViews.py
jcms/views/optionsViews.py
jcms/views/usersViews.py