Flask-DJ
Since the flask has no strict architecture,
it's easy to get confused when creating a project.
This library was created to help everyone who wants to
create a project with mvc structure.
Quick start
Start project:
$ flask-dj startproject app
or
from flask_dj import startproject
from os import getcwd
your_project_name = 'app'
startproject(your_project_name, getcwd())
New app:
python manage.py startapp {app_name}
Start server:
python manage.py runserver
Release files for Flask-DJ 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Flask-DJ-1.0.7.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Flask_DJ-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.5 kB
Release files / Flask-DJ-1.0.7.tar.gz
| Download URL | Flask-DJ-1.0.7.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56e122633ad19dc7d2e23d22d7c408f2eb559ec86c22753fd3a9e05d07894c6c
|
|
BLAKE2b-256 checksum How to use checksums |
dbcac0979b06048ec22d190ad775499e2f2b28405b733b3bbc1e6a4c77dd226f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0
|
Release files / Flask_DJ-1.0.7-py3-none-any.whl
| Download URL | Flask_DJ-1.0.7-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4b627e308cfe234a92a1ea0071ff403863867620fca300226a0a8299f531d877
|
|
BLAKE2b-256 checksum How to use checksums |
7c549f1b8204b859416205e8e18d586f3ee3bf4d3d419bc4230e0a48cc33548b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0
|