https://github.com/app-generator/django-admin-star_p
Django Star Admin - Playground Project | AppSeed
https://github.com/app-generator/django-admin-star_p
appseed django-template django-theme star-admin
Last synced: 3 months ago
JSON representation
Django Star Admin - Playground Project | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/django-admin-star_p
- Owner: app-generator
- Created: 2022-12-12T06:55:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T08:36:53.000Z (over 2 years ago)
- Last Synced: 2025-04-06T18:12:48.021Z (3 months ago)
- Topics: appseed, django-template, django-theme, star-admin
- Language: Python
- Homepage: https://github.com/app-generator/django-admin-star
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Django Admin Star](https://github.com/app-generator/django-admin-star) `playground`
Minimal **Django** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
> Features:
- ✅ `Up-to-date Dependencies`
- ✅ Theme: [Django Admin Star](https://github.com/app-generator/django-admin-star)
- ✅ UI Kit: [Star Admin BS5](https://www.bootstrapdash.com/product/star-admin-free?ref=23) by `BootstrapDash`**Star Admin** is a free admin dashboard template built with **[Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/)**. 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.

## Manual Build
> 👉 Download the code
```bash
$ git clone https://github.com/app-generator/django-admin-star_p.git
$ cd django-admin-star_p
```
> 👉 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/`.
## 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 Admin Star](https://github.com/app-generator/django-admin-star) - `UI Components`

> [Django Admin Star](https://github.com/app-generator/django-admin-star) - `Dashboard`

---
[Django Admin Star](https://github.com/app-generator/django-admin-star) `playground` - Minimal **Django** core provided by **[AppSeed](https://appseed.us/)**