Skip to main content

Django (mvc) structure for your Flask project

Project description

Since the flask has no strict project architecture,
it is easy for beginners to get confused when creating an application.
This library was created to help everyone who wants to create a small application.

Quick start

Install:

pip install Flask-DJ

Start app:

startapp {your_app_name}

For those who didn't work out:

from Flask_DJ import start
from os import getcwd

yur_app_name = 'app'
start(yur_app_name, getcwd())

New app:

python manage.py starapp {app_name}

Start server:

 python manage.py runserver

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-DJ-0.0.6.tar.gz (5.4 kB view hashes)

Uploaded Source

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