Skip to main content

Flask project template generator.

Project description

Latest Version The MIT License

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


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)

Uploaded Source

File details

Details for the file Flask-Project-0.1.1.tar.gz.

File metadata

File hashes

Hashes for Flask-Project-0.1.1.tar.gz
Algorithm Hash digest
SHA256 aef48d99c23a9dbaf41a46b57837aafbcef271f9c2170536eb6fc87c9de4ea99
MD5 2a994d9290ee0f60ff9339bbca802eb5
BLAKE2b-256 627831c32466262960ebc0d39ea262810d1c78c3f3db9ecdaa84d8c69ba99ab8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page