Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 570 Bytes

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