Skip to content

Boilerplate commons for django based web api application

License

Notifications You must be signed in to change notification settings

Logicify/python-api

Repository files navigation

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