Skip to content

Commit

Permalink
Release v1.0.9 - Added LIVE Deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 17, 2022
1 parent 7ca3572 commit 4b9be3a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.9] 2022-11-17
### Improvements

- Compatible with [LIVE Deployer](https://appseed.us/go-live/)
- `Drag & Drop` deployment service

## [1.0.8] 2022-05-30
### Improvements

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Open-source **Flask Dashboard** generated by `AppSeed` op top of an iconic desig

- 👉 [AdminLTE Flask](https://appseed.us/product/adminlte/flask/) - product page
- 👉 [AdminLTE Flask](https://adminlte-flask.appseed-srv1.com/) - LIVE Deployment
- 👉 [Complete documentation](https://docs.appseed.us/products/flask-dashboards/adminlte) - `Learn how to use and update the product`
- ✅ Compatible with [LIVE Deployer](https://appseed.us/go-live/)
- `Drag & Drop` deployment service

<br />

Expand Down
4 changes: 4 additions & 0 deletions deployer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "flask-adminlte",
"type": "flask"
}
1 change: 0 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

if DEBUG:
app.logger.info('DEBUG = ' + str(DEBUG) )
app.logger.info('FLASK_ENV = ' + os.getenv('FLASK_ENV') )
app.logger.info('Page Compression = ' + 'FALSE' if DEBUG else 'TRUE' )
app.logger.info('DBMS = ' + app_config.SQLALCHEMY_DATABASE_URI)
app.logger.info('ASSETS_ROOT = ' + app_config.ASSETS_ROOT )
Expand Down

0 comments on commit 4b9be3a

Please sign in to comment.