You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-17Lines changed: 43 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Django Argon Charts
2
2
3
-
Admin dashboard generated by AppSeed in **[Django](https://appseed.us/admin-dashboards/django)**Framework on top of **[Argon Dashboard](https://appseed.us/admin-dashboards/django-dashboard-argon-pro)** design. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. **Argon Dashboard** is coming with pre-built examples, so the development process is seamless switching from our pages to the real website is very easy to be done.
3
+
Open-source **Django**Sample provided on top of **Argon Dashboard** design (free version). The sample provides functional code that shows different metrics regarding the sales in the last 12mo: total sales, total orders, best sale and best month (in sales value). Information is provided using charts, widgets and a paginated data table that allows to edit and add new sales.
4
4
5
5
<br />
6
6
7
-
> App Features - **Status WIP**
7
+
> App Features
8
8
9
9
- Manage orders and display the information visually using charts and widgets
10
10
- Table `Orders` store the information - properties:
@@ -31,18 +31,18 @@ Admin dashboard generated by AppSeed in **[Django](https://appseed.us/admin-dash
PRO versions include **Premium UI Kits**, Lifetime updates and **24/7 LIVE Support** (via [Discord](https://discord.gg/fZC6hup))
41
+
PRO versions include **Premium UI Kits**, updates and **Priority Support**
42
42
43
-
|[Django Datta PRO](https://appseed.us/admin-dashboards/django-dashboard-dattaable-pro)|[Django Material PRO](https://appseed.us/admin-dashboards/django-dashboard-material-pro)|[Django Volt PRO](https://appseed.us/admin-dashboards/django-dashboard-volt-pro)|
43
+
|[Django Argon PRO](https://www.creative-tim.com/product/argon-dashboard-pro-django)|[Django Black PRO](https://www.creative-tim.com/product/black-dashboard-pro-django)|[Django Datta Able PRO](https://appseed.us/admin-dashboards/django-dashboard-dattaable-pro)|
44
44
| --- | --- | --- |
45
-
| [](https://appseed.us/admin-dashboards/django-dashboard-dattaable-pro) | [](https://appseed.us/admin-dashboards/django-dashboard-material-pro) | [](https://appseed.us/admin-dashboards/django-dashboard-volt-pro)
$ # Access the web app in browser: http://127.0.0.1:8000/
99
+
$ # provide user, email and password
84
100
```
85
101
86
-
> Note: To use the app, please access the registration page and create a new user. After authentication, the app will unlock the private pages.
102
+
<br />
103
+
104
+
**Start the app**, access the `admin` section and import the [Sample File](https://github.com/app-generator/django-argon-charts/blob/master/media/sample_data/orders.csv) into the `orders` table.
105
+
106
+
> Note: make sure your are connected with an `admin` account.
107
+
108
+
<br />
109
+
110
+

87
111
88
112
<br />
89
113
@@ -114,6 +138,8 @@ The project is coded using a simple and intuitive structure presented below:
114
138
|-- app/ # A simple app that serve HTML files
115
139
||-- views.py # Serve HTML pages for authenticated users
116
140
||-- urls.py # Define some super simple routes
141
+
||-- templates
142
+
||-- dashboard.html # The dashboard <-------- NEW
117
143
|
118
144
|-- orders/ # Handles and display ORDERS <-------- NEW
119
145
||-- migrations/ # Handles and display ORDERS <-------- NEW
0 commit comments