Skip to content

app-generator/django-adminlte_p

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 8, 2022 16:20
December 8, 2022 16:34
December 8, 2022 16:20
December 8, 2022 16:20
December 8, 2022 16:20
January 9, 2023 20:57
December 8, 2022 16:20
December 8, 2022 16:20
December 8, 2022 16:20

Django AdminLTE

Open-source Django project crafted on top of Django AdminLTE, an open-source and iconic Boostrap design. The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.


Features:

  • βœ… Up-to-date Dependencies
  • βœ… Theme: Django AdminLTE v3.2.0
  • βœ… Authentication: Django.contrib.AUTH, Registration
  • πŸš€ Deployment
    • CI/CD flow via Render

AdminLTE - Full-Stack Starter generated by AppSeed.


Manual Build

πŸ‘‰ Download the code

$ git clone https://github.com/app-generator/django-adminlte.git
$ cd django-adminlte

πŸ‘‰ Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt

πŸ‘‰ Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

πŸ‘‰ Create the Superuser

$ python manage.py createsuperuser

πŸ‘‰ Start the app

$ python manage.py runserver

At this point, the app runs at http://127.0.0.1:8000/.


PRO Version

This design is a pixel-perfect Bootstrap 5 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 - 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

Material Dashboard 2 Pro



Django AdminLTE - Open-Source Django starter provided by AppSeed