django-adminpanel
BSD-licensed menu tools for Django, built by Dev
django-adminpanel provides a basic structure for you to build multiple navigation menus, pages creation , basic settings as well as widgets creation facility for your website, such as the admin panel. These admin panel can be easily maintained by administration without any knowledge
of HTML or Django internals.
admin panel can also be easily built pages and displayed only for particular URIs.
Installation & Configuration:
-
pip install django-adminpanel
-
Add adminpanel
to your INSTALLED_APPS
-
./manage.py migrate adminpanel
(or ./manage.py syncdb
if you don't use South. You should use South.)
-
Add MEDIA_ROOT and MEDIA_URL
in your settings.py file
-
Add STATICFILES_DIRS
in your settings.py file
-
Add templates path
in your settings.py file into templates -> DIRS
-
Add site_url
in your settings.py file as a SITE_URL=%%
-
Add ADMIN_SITE
or admin panel name in your settings.py file as a ADMIN_SITE=%%