Flask project template generator.
Project description
Flask web project template generator. Inspired by Flask-Boost.
Installation
pip install Flask-Project
Usage
create project
flask-project new template_name> <project_name>
Install requirements
cd to project root path, run:
virtualenv venv . venv/bin/active pip install -r requirements.txt
prepare database
Create database and update SQLALCHEMY_DATABASE_URI in config/development.py as needed.
Then init tables:
python manage.py prepare_db python manage.py add_user -uhyperwood -ehyperwood.yw@gmail.com -ppassword -rAdministrator
Setup Local Env.
setup python path and profile:
copy scripts/env.local.template.sh env.local.sh
Run app
Run test server:
./test_run.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-Project-0.1.1.tar.gz
(381.7 kB
view details)
File details
Details for the file Flask-Project-0.1.1.tar.gz
.
File metadata
- Download URL: Flask-Project-0.1.1.tar.gz
- Upload date:
- Size: 381.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aef48d99c23a9dbaf41a46b57837aafbcef271f9c2170536eb6fc87c9de4ea99 |
|
MD5 | 2a994d9290ee0f60ff9339bbca802eb5 |
|
BLAKE2b-256 | 627831c32466262960ebc0d39ea262810d1c78c3f3db9ecdaa84d8c69ba99ab8 |