Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

utahta/Flask-MVC-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask MVC Sample.

Installation

Pythonと依存ライブラリのインストール:

pythonbrew install 2.6.6
pythonbrew switch 2.6.6
pip install Flask
pip install Flask-WTF
pip install SQLAlchemy

Flas-MVC-Sampleのダウンロードとデータベース初期化:

--- Download Flas-MVC-Sample & Uncompress ---
cd Flask-MVC-Sample
sqlite3 /tmp/test.db < myapp/db/sql/projects.sql

Usage

実行:

python main.py

Releases

No releases published

Packages

No packages published

Languages