An open API service indexing awesome lists of open source software.

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

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.


![Star Admin - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168732392-51748c85-f2c2-45ad-978c-2b64e52292e2.png)


## 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 Star Admin, Charts page - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/206991492-b1e6e804-da2c-4d60-8602-f14b4823b8c3.jpg)


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

![Django Star Admin, UI Components - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/206991605-e1656de1-06fb-4188-a939-e35d10dede00.jpg)


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

![Django Star Admin, Dashboard - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/206991715-a39ddcb7-a3c7-458d-9830-3cf6c776c2b6.jpg)


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