Skip to content

Commit 545ab64

Browse files
committed
UPD - Django Star-Admin
1 parent b84f7e1 commit 545ab64

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

docs/products/django-dashboards/star-admin.mdx

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Open-source **Django Dashboard** generated by `AppSeed` on top of a modern desig
1616
:::info [**v1.0.7**](https://github.com/app-generator/django-star-admin/releases) - release date `2023-02-04`
1717
:::
1818

19+
<br />
20+
21+
> **Features**
22+
1923
-`Up-to-date Dependencies`
2024
- ✅ UI Theme: [Star Admin](/boilerplate-code/django-templates/star-admin/)
2125
- can be used in any Django project (new or legacy)
@@ -25,6 +29,7 @@ Open-source **Django Dashboard** generated by `AppSeed` on top of a modern desig
2529

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

32+
<br />
2833

2934
## Environment
3035

@@ -36,8 +41,9 @@ If you are not sure if Python is installed, please open a terminal and type `pyt
3641
- Basic development tools (g++ compiler, python development libraries ..etc) used by Python to compile the app dependencies in your environment.
3742
- (Optional) `Docker` - a popular virtualization software
3843

44+
<br />
3945

40-
## Start the app in Docker
46+
## Start in `Docker`
4147

4248
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
4349
@@ -54,6 +60,7 @@ $ docker-compose up --build
5460

5561
Visit `http://localhost:5085` in your browser. The app should be up & running.
5662

63+
<br />
5764

5865
## Manual Build
5966

@@ -116,6 +123,7 @@ $ python manage.py runserver
116123

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

126+
<br />
119127

120128
## Manage App `Users`
121129

@@ -133,8 +141,9 @@ Once the `superuser` is successfully created, we can access the `admin` section:
133141

134142
`http://localhost:8000/admin/`
135143

144+
<br />
136145

137-
## Codebase structure
146+
## Codebase Structure
138147

139148
The project is coded using a simple and intuitive structure presented below:
140149

@@ -162,6 +171,7 @@ The project is coded using a simple and intuitive structure presented below:
162171
|-- ************************************************************************
163172
```
164173

174+
<br />
165175

166176
## How to Customize
167177

@@ -216,6 +226,7 @@ In order to use it, simply rename it to `footer.html`. Like this, the default ve
216226

217227
In a similar way, all other files and components can be customized easily.
218228

229+
<br />
219230

220231
## Deploy on [Render](https://render.com/)
221232

@@ -228,8 +239,14 @@ In a similar way, all other files and components can be customized easily.
228239

229240
At this point, the product should be LIVE.
230241

242+
<br />
231243

232244
## Resources
233245

234-
- 👉 [Django Star Admin](https://appseed.us/product/star-admin/django/) - Library used to style this starter
235246
- 👉 Free [Support](https://appseed.us/support/) via Email & Discord
247+
- 👉 [Custom Development Services](https://appseed.us/custom-development/) provided by experts
248+
- 🚀 [Django Datta Able PRO](https://appseed.us/product/datta-able-pro/django/) - `Premium Version`
249+
-`Enhanced UI` - more pages and components
250+
-`Priority` on support
251+
252+
![Datta Able PRO - Full-Stack Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/170474361-a58da82b-fff9-4a59-81a8-7ab99f478f48.png)

0 commit comments

Comments
 (0)