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
adminpanelto yourINSTALLED_APPS -
./manage.py migrate adminpanel(or./manage.py syncdbif you don't use South. You should use South.) -
Add
MEDIA_ROOT and MEDIA_URLin your settings.py file -
Add
STATICFILES_DIRSin your settings.py file -
Add
templates pathin your settings.py file intotemplates -> DIRS -
Add
site_urlin your settings.py file as aSITE_URL=%% -
Add
ADMIN_SITEor admin panel name in your settings.py file as aADMIN_SITE=%%
Release files for django-adminpanel 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_adminpanel-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / django_adminpanel-1.1.0-py3-none-any.whl
| Download URL | django_adminpanel-1.1.0-py3-none-any.whl |
|---|---|
| Size | 1.5 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b085807f9b383fa81d63bd261feb4f7fea2f468d09e429c399439b147b43f7f
|
|
BLAKE2b-256 checksum How to use checksums |
d626efe535b9cb9b992aa5e3b7aaf4470df268b0bc1d0451caa71e5e04fde078
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.4
|