Django Admin Star playground
Minimal Django project with Docker
support - actively supported by AppSeed via Email
and Discord
.
Features:
- ✅
Up-to-date Dependencies
- ✅ Theme: Django Admin Star
- ✅ UI Kit: Star Admin BS5 by
BootstrapDash
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.
👉 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/
.
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 Admin Star -
UI Components
Django Admin Star -
Dashboard
Django Admin Star playground
- Minimal Django core provided by AppSeed