Skip to content

Commit

Permalink
Bump UI & Codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Feb 4, 2021
1 parent eb7affd commit e91cd9f
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 28 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log

## [1.0.1] 2020-05-31
### Bug fixing, Improvements
- Add CHANGELOG.md to track all changes
- Patch - Error-404.html not used in all contexts
- Update LICENSE file - added more information regarding the app usage
## [1.0.1] 2021-02-04
### Improvements

## [1.0.0] 2020-05-01
- UI: [Jinja Star Admin PRO](https://github.com/app-generator/jinja-star-admin-pro/releases) v1.0.1
- Codebase: [Django Dashboard Boilerplate](https://github.com/app-generator/boilerplate-code-django-dashboard/releases) - v1.0.4

## [1.0.0] 2020-02-07
### Initial Release
32 changes: 29 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,44 @@ All commercial web apps (including this one) provided by AppSeed are released un

> For full information please access [Personal License](https://github.com/app-generator/license-personal)
- Solo-developers, Small teams (max 3 members)
- Updates: 6mo.
- LIVE Support: 6mo.
- Create single personal website/app
- Create single website/app for client
- Paying end-users - YES
- Create SaaS application - NO
- Production deployment assistance - NO

<br />

### [Developer License](https://github.com/app-generator/license-developer)
### [StartUP License](https://github.com/app-generator/license-startup)

> For full information please access [Developer License](https://github.com/app-generator/license-developer)
> For full information please access [StartUP License](https://github.com/app-generator/license-startup)
- Medium teams (max 9 members)
- Updates: 12mo.
- LIVE Support: 12mo.
- Create single personal website/app
- Create single website/app for client
- Paying end-users - YES
- Create SaaS application - NO
- Production deployment assistance - NO

<br />

### [Company License](https://github.com/app-generator/license-company)

> For full information please access [Company License](https://github.com/app-generator/license-company)
- Large teams (unlimited members)
- Updates: 12mo.
- LIVE Support: 12mo.
- Create multiple personal websites/apps
- Create multiple websites/apps for clients
- Create single SaaS application
- Paying end-users - YES
- Create SINGLE SaaS application - YES
- Production deployment assistance - NO

<br />

Expand Down
42 changes: 23 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
# [Django StarAdmin PRO](https://appseed.us/admin-dashboards/django-dashboard-staradmin-pro)
# [Django Dashboard](https://appseed.us/admin-dashboards/django) Star Admin PRO

> Commercial product - **Django Dashboard** coded on top of **StarAdmin PRO** crafted by **BootstrapDash** - Features:
[Admin dashboard](https://appseed.us/admin-dashboards) generated by AppSeed in **Django** Framework.

- Sample UI Kit: **StarAdmin PRO** provided by **BootstrapDash**
- UI-Ready app, SQLite Database, Django Native ORM
- Modular design, clean code-base
Designed based on the Bootstrap framework, **Star Admin PRO** is a powerful, feature-rich, and super flexible admin dashboard template. It serves as the perfect starting point for both simple and complex web development projects. It features a well-designed dashboard with several neatly arranged components and essential elements.

<br />

> Features
- SQLite Database, Django Native ORM
- Modular design, clean codebase
- Session-Based Authentication, Forms validation
- Deployment scripts: Docker, Gunicorn / Nginx
- **Commercial License**: [Personal](https://github.com/app-generator/license-personal) / [Developer](https://github.com/app-generator/license-developer)
- 24/7 Live Support via [Discord](https://discord.gg/fZC6hup).
- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).

<br />

> Links
- [Django StarAdmin PRO](https://django-dashboard-staradmin-pro.appseed.us/) - LIVE Demo
- [Django StarAdmin PRO](https://appseed.us/admin-dashboards/django-dashboard-staradmin-pro) - Official product page
- More [Django Admin Dashboards](https://appseed.us/admin-dashboards/django) - index hosted by **[AppSeed](https://appseed.us)**
- [Open-Source Admin Dashboards](https://appseed.us/admin-dashboards/open-source) - index hosted by **[AppSeed](https://appseed.us)**
- [Django Star Admin PRO](https://appseed.us/admin-dashboards/django-dashboard-staradmin-pro) - product page
- [Django Star Admin PRO Demo](https://django-star-admin-pro.appseed-srv1.com/) - LIVE App

<br />

![Django StarAdmin PRO - Admin Dashboard coded in Django.](https://raw.githubusercontent.com/app-generator/django-dashboard-staradmin-pro/master/media/django-dashboard-staradmin-pro-screen.png)
![Django Star Admin PRO - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/django-star-admin-pro/master/media/django-dashboard-staradmin-pro-screen.png)

<br />

## How to use it

```bash
$ # Get the code
$ git clone https://github.com/app-generator/priv-django-dashboard-staradmin-pro.git
$ cd priv-django-dashboard-staradmin-pro
$ git clone https://github.com/app-generator/priv-django-star-admin-pro.git
$ cd priv-django-star-admin-pro
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
Expand Down Expand Up @@ -136,8 +140,8 @@ The application can be easily executed in a docker container. The steps:
> Get the code
```bash
$ git clone https://github.com/app-generator/priv-django-dashboard-staradmin-pro.git
$ cd priv-django-dashboard-staradmin-pro
$ git clone https://github.com/app-generator/priv-django-star-admin-pro.git
$ cd priv-django-star-admin-pro
```

> Start the app in Docker
Expand Down Expand Up @@ -196,10 +200,10 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
## Credits & Links

- [Django](https://www.djangoproject.com/) - The official website
- [Django Admin Dashboards](https://appseed.us/admin-dashboards/django) - Index provided by **AppSeed**
- [Django Admin Dashboards](https://github.com/app-generator/django-admin-dashboards) - Index published on Github
- [Boilerplate Code](https://appseed.us/boilerplate-code) - Index provided by **AppSeed**
- [Boilerplate Code](https://github.com/app-generator/boilerplate-code) - Index published on Github

<br />

---
[Django StarAdmin PRO](https://appseed.us/admin-dashboards/django-dashboard-staradmin-pro) - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).
[Django Dashboard](https://appseed.us/admin-dashboards/django) Star Admin PRO - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).

0 comments on commit e91cd9f

Please sign in to comment.