Skip to main content

AdminLTE 2 templates for Django

Project description

https://img.shields.io/pypi/status/django-adminlte2-templates https://readthedocs.org/projects/django-adminlte2-templates/badge/?version=latest https://img.shields.io/github/license/josemarimanio/django-adminlte2-templates

AdminLTE 2 templates for Django

django-adminlte2-templates provides templates to easily integrate AdminLTE 2 to your Django projects.

For more information, please see the documentation online. Alternatively, the documentation is also available in the docs directory of the project.

This Django module assumes that you have prior experience with AdminLTE 2. Please check the AdminLTE 2 documentation online for your reference.

Requirements

  • Python (2.7, 3.*)

  • Django (1.11, 2.*, 3.*)

Installation

Installing using pip:

pip install django-adminlte2-templates

Add adminlte2_templates to INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'adminlte2_templates',
]

Add adminlte2_templates.context_processors.template to context_processors:

TEMPLATES = [
        ...
        'OPTIONS': {
            'context_processors': [
                ...
                'adminlte2_templates.context_processors.template',
            ],
        ...
]

Quickstart

Head to the Quickstart section of the documentation online for an example of the usage of django-adminlte2-templates.

Also, an example Django project example_project is included in the module for your reference.

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

django-adminlte2-templates-1.0.0.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

django_adminlte2_templates-1.0.0-py2.py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 2 Python 3

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