|
5 | 5 | - 👉 [Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - product page |
6 | 6 | - 👉 [Flask Pixel Lite](https://flask-pixel-lite.appseed-srv1.com/) - LIVE Deployment |
7 | 7 |
|
8 | | -<br /> |
9 | | - |
10 | | -## Features |
11 | | - |
12 | | -> `Have questions?` Contact **[Support](https://appseed.us/support/)** (Email & Discord) provided by **AppSeed** |
13 | | -
|
14 | | -| Free Version | [PRO Version](https://appseed.us/product/pixel-bootstrap-pro/flask/) | [Custom Development](https://appseed.us/custom-development/) | |
15 | | -| --------------------------------------| --------------------------------------| --------------------------------------| |
16 | | -| ✓ **Up-to-date dependencies** | **Everything in Free**, plus: | **Everything in PRO**, plus: | |
17 | | -| ✓ Best Practices | ✅ **Premium Bootstrap 5 Design** | ✅ **1 Week** `Custom Development` | |
18 | | -| ✓ DB: SQLite, MySql | ✅ `Auth` Provided by **Flask-Security-Too** | ✅ **Dedicated Developer** | |
19 | | -| ✓ DB Tools: ORM, Flask-Migrate | ✅ `Extended User Model` | ✅ Weekly Sprints | |
20 | | -| ✓ Session-Based authentication | ✅ `Users Roles` | ✅ Technical SPECS | |
21 | | -| ✓ `Docker` | ✅ `Private REPO Access` | ✅ Documentation | |
22 | | -| ✓ `CI/CD` Flow via Render | ✅ **PRO Support** - [Email & Discord](https://appseed.us/support/) | ✅ **30 days Delivery Warranty** | |
23 | | -| ✓ `Free Support` | - | ✅ [CI/CD for AWS, DO](https://appseed.us/terms/#section-ci-cd) **(Extra)** | |
24 | | -| --------------------------------- | --------------------------------- | --------------------------------- | |
25 | | -| ✓ [LIVE Demo](https://flask-pixel-lite.appseed-srv1.com/) | 🚀 [LIVE Demo](https://flask-pixel-enhanced.onrender.com/) `PRO` | **[Get in Touch ➡️](https://appseed.us/custom-development/)** | |
26 | | - |
27 | | - |
28 | | - |
29 | 8 | <br /> |
30 | 9 |
|
31 | 10 | ## Start with `Docker` |
@@ -76,7 +55,7 @@ $ pip3 install -r requirements.txt |
76 | 55 |
|
77 | 56 | ```bash |
78 | 57 | $ export FLASK_APP=run.py |
79 | | -$ export FLASK_ENV=development |
| 58 | +$ export FLASK_DEBUG=True |
80 | 59 | ``` |
81 | 60 |
|
82 | 61 | <br /> |
@@ -108,11 +87,11 @@ $ pip3 install -r requirements.txt |
108 | 87 | ```bash |
109 | 88 | $ # CMD |
110 | 89 | $ set FLASK_APP=run.py |
111 | | -$ set FLASK_ENV=development |
| 90 | +$ set FLASK_DEBUG=True |
112 | 91 | $ |
113 | 92 | $ # Powershell |
114 | 93 | $ $env:FLASK_APP = ".\run.py" |
115 | | -$ $env:FLASK_ENV = "development" |
| 94 | +$ $env:FLASK_DEBUG = "True" |
116 | 95 | ``` |
117 | 96 |
|
118 | 97 | <br /> |
@@ -225,4 +204,4 @@ The project is coded using blueprints, app factory pattern, dual configuration p |
225 | 204 | <br /> |
226 | 205 |
|
227 | 206 | --- |
228 | | -[Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - Open-source starter generated by **[App Generator](https://appseed.us/generator/)**. |
| 207 | +[Flask Pixel Lite](https://appseed.us/product/pixel-bootstrap/flask/) - Open-source Flask Starter provided by **[App Generator](https://app-generator.dev/)**. |
0 commit comments