Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-adminpanel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-adminpanel

Admin panel for django

  • 1.1.0
  • PyPI
  • Socket score

Maintainers
1

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:

  1. pip install django-adminpanel

  2. Add adminpanel to your INSTALLED_APPS

  3. ./manage.py migrate adminpanel (or ./manage.py syncdb if you don't use South. You should use South.)

  4. Add MEDIA_ROOT and MEDIA_URL in your settings.py file

  5. Add STATICFILES_DIRS in your settings.py file

  6. Add templates path in your settings.py file into templates -> DIRS

  7. Add site_url in your settings.py file as a SITE_URL=%%

  8. Add ADMIN_SITE or admin panel name in your settings.py file as a ADMIN_SITE=%%

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc