Skip to main content

Django Admin bundled as pluggable module for Leonardo CMS

Project description

Django Admin bundled as pluggable module for Leonardo CMS.

Everything in Leonardo is pluggable.

Disable admin

pip uninstall leonardo-admin

Installation

pip install leonardo-admin
pip install leonardo-admin

or as leonardo bundle

pip install django-leoanrdo[admin]

Add leonardo_admin to APPS list, in the local_settings.py:

APPS = [
    ...
    'leonardo_admin'
    ...
]

Configuration

One improtant option is there:

ADMIN_URL = "admin/"

Works well with leonardo-admin-honeypot.

Read More

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leonardo-admin-2015.10.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page