File tree Expand file tree Collapse file tree 3 files changed +34
-29
lines changed Expand file tree Collapse file tree 3 files changed +34
-29
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.1] 2021-02-10
4
+ ### Improvements
5
+
6
+ - Bump UI: [ Jinja Template Argon] ( https://github.com/app-generator/jinja-argon-dashboard ) v1.0.1
7
+ - Bump Codebase: [ Django Dashboard] ( https://github.com/app-generator/boilerplate-code-django-dashboard ) v1.0.4
3
8
4
9
## [ 1.0.0] 2020-07-30
5
10
### Initial Release
Original file line number Diff line number Diff line change 9
9
> Free product - ** Django Dashboard** starter project - Features:
10
10
11
11
- UI Kit: ** Argon Dashboard** (Free Version) provided by ** [ Creative-Tim] ( https://www.creative-tim.com/ ) **
12
- - [ Codebase ] ( https://github.com/app-generator/boilerplate-code-django-dashboard ) version v1.0.2 - provided by ** [ AppSeed] ( https://appseed.us/ ) **
12
+ - Django Codebase - provided by ** [ AppSeed] ( https://appseed.us/ ) **
13
13
- UI-Ready app, SQLite Database, Django Native ORM
14
14
- Modular design, clean code-base
15
15
- Session-Based Authentication, Forms validation
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " django-dashboard-argon" ,
3
- "version" : " 1.0.1" ,
4
- "description" : " A simple UI-Ready Django boilerplate." ,
5
- "scripts" : {
6
- "lint" : " eslint ."
7
- },
8
- "engines" : {
9
- "node" : " 8.11.3"
10
- },
11
- "devDependencies" : {
12
- "eslint" : " 5.0.0" ,
13
- "eslint-config-google" : " 0.9.1"
14
- },
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" : " https://github.com/app-generator/django-dashboard-argon"
18
- },
19
- "keywords" : [
20
- " django" ,
21
- " admin-panel" ,
22
- " open-source"
23
- ],
24
- "author" : " AppSeed.us" ,
25
- "contributors" : [
26
- " AppSeed Support <support@appseed.us>"
27
- ],
28
- "license" : " MIT"
29
- }
2
+ "name" : " django-dashboard-argon" ,
3
+ "version" : " 1.0.1" ,
4
+ "description" : " A simple UI-Ready Django boilerplate. " ,
5
+ "scripts" : {
6
+ "lint" : " eslint ."
7
+ },
8
+ "engines" : {
9
+ "node" : " 8.11.3"
10
+ },
11
+ "devDependencies" : {
12
+ "eslint" : " 5.0.0" ,
13
+ "eslint-config-google" : " 0.9.1"
14
+ },
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/app-generator/django-dashboard-argon"
18
+ },
19
+ "keywords" : [
20
+ " django" ,
21
+ " admin-panel" ,
22
+ " open-source"
23
+ ],
24
+ "author" : " AppSeed.us" ,
25
+ "contributors" : [
26
+ " AppSeed Support <support@appseed.us>"
27
+ ],
28
+ "license" : " MIT"
29
+ }
You can’t perform that action at this time.
0 commit comments