CarlEkerot / flask-orm

A simple Flask ORM boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask ORM

Based on Flask-Foundation

Getting started

In (preferably) a virtual environment, execute the following commands:

$ pip install -r requirements.txt
$ ./manage.py runserver

Testing

Tests are run with py.test.

Contributing

  1. Clone the repository
  2. Create a branch: git checkout -b my-feature
  3. Implement changes
  4. Commit and push to a new remote branch: git push -u origin my-feature
  5. Post pull request

About

A simple Flask ORM boilerplate

License:Other


Languages

Language:Python 97.7%Language:HTML 1.8%Language:CSS 0.5%