Skip to content

CarlEkerot/flask-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published