All Projects → d-demirci → Django Adminlte3

d-demirci / Django Adminlte3

Licence: other
AdminLTE Templates, Template Tags, and Admin Theme for Django

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Django Adminlte3

Yasql
基于Python开发的MySQL WEB版本的工单审核执行和SQL查询平台
Stars: ✭ 463 (+328.7%)
Mutual labels:  django, adminlte
Django Jazzmin
Jazzy theme for Django
Stars: ✭ 574 (+431.48%)
Mutual labels:  django, adminlte
Django Dashboard Adminlte
AdminLTE Django - Open-source seed project | AppSeed
Stars: ✭ 51 (-52.78%)
Mutual labels:  django, adminlte
Hexopress
A tiny blogging platform that lets you write posts in Google Docs and syncs with a Google Drive directory.
Stars: ✭ 102 (-5.56%)
Mutual labels:  django
Django Oss Storage
Django storage backends for AliCloud OSS.
Stars: ✭ 103 (-4.63%)
Mutual labels:  django
Django Brake
Django Brake - a versatile ratelimiting app for Django.
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Comics
comics is a web comics aggregator
Stars: ✭ 108 (+0%)
Mutual labels:  django
Wq.db
☁🌐 wq's db library, extending Django REST framework to support apps for geospatial field data collection, citizen science, and crowdsourcing.
Stars: ✭ 101 (-6.48%)
Mutual labels:  django
Django Celery
Old Celery integration project for Django
Stars: ✭ 1,439 (+1232.41%)
Mutual labels:  django
Django Wiki
A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.
Stars: ✭ 1,485 (+1275%)
Mutual labels:  django
Django Notifs
Modular Notifications (InApp, Email, SMS, CustomBackend etc) for Django
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Django Fluent Pages
A flexible, scalable CMS with custom node types, and flexible block content.
Stars: ✭ 103 (-4.63%)
Mutual labels:  django
Opentpod
Open Toolkit for Painless Object Detection
Stars: ✭ 106 (-1.85%)
Mutual labels:  django
Django Filer
File and Image Management Application for django
Stars: ✭ 1,384 (+1181.48%)
Mutual labels:  django
Django Oauth2 Server
OAuth2 server written in Python with Django
Stars: ✭ 108 (+0%)
Mutual labels:  django
Django Cacheops
A slick ORM cache with automatic granular event-driven invalidation.
Stars: ✭ 1,379 (+1176.85%)
Mutual labels:  django
Beatserver
Beatserver, a periodic task scheduler for Django 🎵
Stars: ✭ 106 (-1.85%)
Mutual labels:  django
Smcsystem
运维使用的主机与应用管理系统
Stars: ✭ 105 (-2.78%)
Mutual labels:  django
Freesql.adminlte
这是一个 .NETCore MVC 中间件,基于 AdminLTE 前端框架动态产生 FreeSql 实体的增删查改界面。
Stars: ✭ 105 (-2.78%)
Mutual labels:  adminlte
Django Cc
Django wallet for Bitcoin and other cryptocurrencies
Stars: ✭ 105 (-2.78%)
Mutual labels:  django

AdminLTE Templates, Template Tags, and Admin Theme for Django

pypi_badge

Django AdminLTE3 provides the functionality of the AdminLTE3 theme to developers in the form of standard base templates. Optional styling for Django's built-in admin interface is also provided.

Installation

Installation using pip:

pip install django-adminlte3

Add to installed apps:

INSTALLED_APPS = [
     # General use templates & template tags (should appear first)
    'adminlte3',
     # Optional: Django admin theme (must be before django.contrib.admin)
    'adminlte3_theme',

    ...
]

Don't forget to collect static

python manage.py collectstatic 

Usage

The base template is designed to be highly customisable. Template blocks are provided to allow you to hook in customisations as you wish

Admin Theme Usage

Install as per the above installation instructions. The django admin UI should then change as expected.

Documentation

Can be found at: http://django-adminlte3.readthedocs.io

Credits

This project a based heavily on work by the following:

Screenshots

Admin Area:

  • Home :admin screenshot

  • Model :model screenshot

  • Editing Model: model edit

Site Area:

  • Landing: site area
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].