flaskSaaS icon indicating copy to clipboard operation
flaskSaaS copied to clipboard

A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀

Results 11 flaskSaaS issues
Sort by recently updated
recently updated
newest added

#There are some indentation errors + mixed tabs and spaces in the app vies #17

failed with error code 1 in /tmp/pip-install-wye5s2cp/cffi/ You need python3-cffi... sudo apt-get install python3-cffi Then the installation completes. Next battle appears to be ImportError: No module named flask.ext.script And FYI,...

Hello, I am comming from Siraj's video. I would like to get this running, but I am on windows.. What would be the steps equivalant to the "make install &&...

Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...

dependencies

When running: python manage.py runserver this error. PLEASE HELP. * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) * Restarting with stat Traceback (most recent call last): File "manage.py", line 33,...

Bumps [flask-admin](https://github.com/flask-admin/flask-admin) from 1.3.0 to 1.5.3. Release notes *Sourced from [flask-admin's releases](https://github.com/flask-admin/flask-admin/releases).* > ## v1.5.3 > * Fixed XSS vulnerability > * Support nested categories in the navbar menu >...

dependencies

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0. Release notes *Sourced from [gunicorn's releases](https://github.com/benoitc/gunicorn/releases).* > ## 19.5.0 > == 19.5.0 == > > === Core === > - fix: Ensure response to...

dependencies

After runserver: $ python manage.py runserver * Restarting with stat * Debugger is active! * Debugger PIN: 102-094-644 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) I got ValueError :...

Do you guys have this problem? I have python 3, and should I run the program on python 2? C:\Users\ying\Downloads\flaskSaaS-master\flaskSaaS-master>python manage.py initdb Traceback (most recent call last): File "manage.py", line...