Skip to content

Commit d02c92f

Browse files
author
App Generator
committed
v1.0.0-rc1
- Soft UI Design System v1.0.1 - Flask Codebase v1.0.3
1 parent f9de26e commit d02c92f

File tree

3 files changed

+27
-46
lines changed

3 files changed

+27
-46
lines changed

CHANGELOG.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,7 @@
11
# Change Log
22

3-
## [1.0.3] 2021-01-01
4-
### Improvements
5-
6-
- 2021-01-01 - Registration
7-
- Hide the form on success
8-
9-
- 2020-06-28 - Update the UI Kit
10-
- Quick UI KIt by Webpixels
11-
12-
- 2020-06-22 - Added HEROKU support. Impacted files:
13-
- runtime.txt - Bump the Python version to 3.6.10
14-
- README added new section for HEROKU deployment
15-
16-
## [1.0.2] 2020-06-18
17-
### Improvements
18-
19-
- The password storage is now Bcrypt.hashed
20-
- Added deploy scripts: Docker, Gunicorn
21-
- Added `.env`
22-
- Added `python-decouple` in `requirements.txt`
23-
- Update Sample UI Kit - [Neumorphism UI](https://themesberg.com/product/ui-kits/neumorphism-ui) by Themesberg
24-
25-
## [1.0.1] 2020-05-30
26-
### Improvements
27-
28-
- Update Licensing information
29-
- Add CHANGELOG.md to track all changes
30-
- Minor update in README
31-
32-
## [1.0.0] 2020-02-07
3+
## [1.0.0] 2020-03-09
334
### Initial Release
5+
6+
- Soft UI Design System [v1.0.1](https://github.com/creativetimofficial/soft-ui-design-system/releases)
7+
- Flask Codebase [v1.0.3](https://github.com/app-generator/boilerplate-code-flask)

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Flask Boilerplate](https://appseed.us/boilerplate-code/flask-boilerplate)
1+
# [Flask](https://appseed.us/admin-dashboards/flask) Soft UI
22

33
> Template [boilerplate code](https://appseed.us/boilerplate-code) used by [AppSeed](https://appseed.us) to generate simple admin dashboards coded in [Flask](https://palletsprojects.com/p/flask/) - Features:
44
@@ -12,9 +12,8 @@
1212

1313
> Links
1414
15-
- [Boierplate Code Flask](https://appseed.us/boilerplate-code/flask-boilerplate) - Product page
16-
- [Boierplate Code Flask - Demo](https://boilerplate-code-flask.appseed.us/) - LIVE Demo
17-
- [Boierplate Code Flask - Docs](https://docs.appseed.us/boilerplate-code/flask/) - Documentation
15+
- [LIVE Demo](https://flask-soft-ui-free.appseed-srv1.com/) - starter in action
16+
- More [Flask Dashboards](https://appseed.us/admin-dashboards/flask) provided by AppSeed
1817

1918
<br />
2019

@@ -29,16 +28,16 @@ PRO versions include **Premium UI Kits**, Lifetime updates and **24/7 LIVE Suppo
2928
<br />
3029
<br />
3130

32-
![Boierplate Code Flask - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/boilerplate-code-flask/master/media/boilerplate-code-flask-screen.png)
31+
![Flask Template - Starter provided by AppSeed.](https://raw.githubusercontent.com/app-generator/flask-soft-ui-free/master/media/flask-soft-ui-free-screen-contact.png)
3332

3433
<br />
3534

3635
## Build from sources
3736

3837
```bash
3938
$ # Clone the sources
40-
$ git clone https://github.com/app-generator/boilerplate-code-flask.git
41-
$ cd boilerplate-code-flask
39+
$ git clone https://github.com/app-generator/flask-soft-ui-free.git
40+
$ cd flask-soft-ui-free
4241
$
4342
$ # Virtualenv modules installation (Unix based systems)
4443
$ virtualenv env
@@ -132,8 +131,8 @@ The application can be easily executed in a docker container. The steps:
132131
> Get the code
133132
134133
```bash
135-
$ git clone https://github.com/app-generator/boilerplate-code-flask.git
136-
$ cd boilerplate-code-flask
134+
$ git clone https://github.com/app-generator/flask-soft-ui-free.git
135+
$ cd flask-soft-ui-free
137136
```
138137

139138
> Start the app in Docker
@@ -158,8 +157,8 @@ Steps to deploy on **Heroku**
158157

159158
```bash
160159
$ # Clone the source code:
161-
$ git clone https://github.com/app-generator/boilerplate-code-flask.git
162-
$ cd boilerplate-code-flask
160+
$ git clone https://github.com/app-generator/flask-soft-ui-free.git
161+
$ cd flask-soft-ui-free
163162
$
164163
$ # Check Heroku CLI is installed
165164
$ heroku -v
@@ -223,6 +222,14 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
223222

224223
<br />
225224

225+
## [Soft UI Design System](https://appseed.us/ui-kit/soft-ui-design-system)
226+
227+
Most complex and innovative Design System Made by Creative Tim. Soft UI Design System is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files and classes.
228+
229+
You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Free Bootstrap 5 UK Kit is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
230+
231+
<br />
232+
226233
## Credits & Links
227234

228235
- [Flask Framework](https://www.palletsprojects.com/p/flask/) - The official website
@@ -232,4 +239,4 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
232239
<br />
233240

234241
---
235-
[Flask Boilerplate](https://appseed.us/boilerplate-code/flask-boilerplate) - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
242+
[Flask](https://appseed.us/admin-dashboards/flask) Soft UI - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "boilerplate-code-flask",
2+
"name": "flask-soft-ui-free",
33
"mastertemplate": "boilerplate-code-flask",
4-
"version": "1.0.3",
4+
"version": "1.0.0",
55
"description": "Template project - Flask Boilerplate Code",
66
"scripts": {},
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/app-generator/boilerplate-code-flask"
9+
"url": "https://github.com/app-generator/flask-soft-ui-free"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/app-generator/boilerplate-code-flask/issues",
12+
"url": "https://github.com/app-generator/flask-soft-ui-free/issues",
1313
"email": "[email protected]"
1414
},
1515
"author": "AppSeed App Generator <[email protected]> (https://appseed.us)",

0 commit comments

Comments
 (0)