Skip to main content

Flask automated MVC experiment

Project description

Flask MVC Experiment (Django alternative)

Idea: Django alternative (powered by Flask + SQL-Alchemy)

Run project

Install requirements

pip install -r requirements.txt

Apply changes to database (from database migration files)

flask db upgrade

Start Webserver

set FLASK_APP=flask_mvc_app
flask run
# optional
flask run --port 80 --host 0.0.0.0

Development

Enable debug mode for development:

set FLASK_DEBUG=1

Use Flask Shell:

flask shell
>>> from flask_mvc_app.models import *
>>> TestModel.all()

Create migration-file after model changes

flask db migrate -m "user model added"

Initialize DB Structures

Normally not needed again... (for information only)

flask db init

Create Release-Build for PIP

python setup.py bdist_wheel

Inspired (or powered) by:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flask_mvc-0.1.5-py3-none-any.whl (96.3 kB view details)

Uploaded Python 3

File details

Details for the file flask_mvc-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: flask_mvc-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 96.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1rc1

File hashes

Hashes for flask_mvc-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b67f5248a5ed02cd8de9afabe75fb653676bc49b9870ba01e730b9af480a6c8d
MD5 f792f90bb8588282a843453d09a7466e
BLAKE2b-256 876270b384df452f328c094c259d25782be8cb71da85f9891084117a7d4e48b3

See more details on using hashes here.

Supported by

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