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

Supported by

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