Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 356 Bytes

README.MD

File metadata and controls

25 lines (16 loc) · 356 Bytes

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