Logicify / python-api

Boilerplate commons for django based web api application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django API commons

Common library for building django based web api applications

Development procedures

Ensure that all python sources contain license notice:

    ./development/copyright-update

Building distribution package:

    ./build.sh clean build

Uploading package to PyPi:

    ./build.sh publish

About

Boilerplate commons for django based web api application

License:MIT License


Languages

Language:Python 96.6%Language:Shell 3.4%