Skip to content

Commit 4247ef3

Browse files
author
App Generator
committed
v1.0.1-rc1 - Bump UI & Codebase
- UI: Jinja Argon v1.0.1 - Codebase: Django Dashboard v1.0.4
1 parent 40aaf48 commit 4247ef3

File tree

3 files changed

+34
-29
lines changed

3 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

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
38

49
## [1.0.0] 2020-07-30
510
### Initial Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> Free product - **Django Dashboard** starter project - Features:
1010
1111
- 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/)**
1313
- UI-Ready app, SQLite Database, Django Native ORM
1414
- Modular design, clean code-base
1515
- Session-Based Authentication, Forms validation

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
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+
}

0 commit comments

Comments
 (0)