https://github.com/app-generator/django-adminlte_p
Django Theme AdminLTE - Playground Project | AppSeed
https://github.com/app-generator/django-adminlte_p
adminlte appseed django-template django-theme
Last synced: 3 months ago
JSON representation
Django Theme AdminLTE - Playground Project | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/django-adminlte_p
- Owner: app-generator
- Created: 2022-12-08T14:20:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T18:57:27.000Z (over 2 years ago)
- Last Synced: 2025-03-11T05:55:20.025Z (4 months ago)
- Topics: adminlte, appseed, django-template, django-theme
- Language: Python
- Homepage: https://appseed.us/product/adminlte/django/
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Django AdminLTE](https://appseed.us/product/adminlte/django/)
Open-source **Django** project crafted on top of **[Django AdminLTE](https://appseed.us/product/adminlte/django/)**, an open-source and iconic `Boostrap` design.
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.- 👉 [Django AdminLTE](https://appseed.us/product/adminlte/django/) - `Product page`
- 👉 [Django Material Dashboard](https://adminlte-django.appseed-srv1.com/) - `LIVE Demo`
- 🛒 **[Django Material Dashboard PRO](https://appseed.us/product/material-dashboard2-pro/django/)** - `Premium Version`
> Features:
- ✅ `Up-to-date Dependencies`
- ✅ Theme: [Django AdminLTE](https://github.com/app-generator/django-admin-adminlte) `v3.2.0`
- ✅ **Authentication**: `Django.contrib.AUTH`, Registration
- 🚀 `Deployment`
- `CI/CD` flow via `Render`

## Manual Build
> 👉 Download the code
```bash
$ git clone https://github.com/app-generator/django-adminlte.git
$ cd django-adminlte
```
> 👉 Install modules via `VENV`
```bash
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
```
> 👉 Set Up Database
```bash
$ python manage.py makemigrations
$ python manage.py migrate
```
> 👉 Create the Superuser
```bash
$ python manage.py createsuperuser
```
> 👉 Start the app
```bash
$ python manage.py runserver
```At this point, the app runs at `http://127.0.0.1:8000/`.
## [PRO Version](https://appseed.us/product/material-dashboard2-pro/django/)
This design is a pixel-perfect [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/) Dashboard with a fresh, new design inspired by Google's Material Design. `Material Dashboard 2 PRO` is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
> Features:
- ✅ `Up-to-date Dependencies`
- ✅ `Design`: [Django Theme Material2](https://github.com/app-generator/django-admin-material2-pro) - `PRO Version`
- ✅ `Sections` covered by the design:
- ✅ **Admin section** (reserved for superusers)
- ✅ **Authentication**: `Django.contrib.AUTH`, Registration
- ✅ **All Pages** available in for ordinary users
- ✅ `Docker`
- 🚀 `Deployment`
- `CI/CD` flow via `Render`

---
[Django AdminLTE](https://appseed.us/product/adminlte/django/) - Open-Source **Django** starter provided by **[AppSeed](https://appseed.us/)**