Skip to content

app-generator/django-admin-star_p

Repository files navigation

Minimal Django project with Docker support - actively supported by AppSeed via Email and Discord.

Features:

Star Admin is a free admin dashboard template built with Bootstrap 5. We took the original Star Admin and gave it a design overhaul along with newly written code to create our best template yet. This is a modern-looking dashboard with a clean and elegant design.


Star Admin - Full-Stack Starter generated by AppSeed.


Manual Build

👉 Download the code

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

👉 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/.


Screenshots

Star Admin 2 Free comes with a clean and well-commented code that makes it easy to work with the template. The UI is well crafted, with all the components neatly and carefully designed and arranged within the template.

Django Star Admin, Charts page - Full-Stack Starter generated by AppSeed.


Django Admin Star - UI Components

Django Star Admin, UI Components - Full-Stack Starter generated by AppSeed.


Django Admin Star - Dashboard

Django Star Admin, Dashboard - Full-Stack Starter generated by AppSeed.



Django Admin Star playground - Minimal Django core provided by AppSeed