Skip to content
Michael Jolin edited this page Jun 28, 2017 · 26 revisions

Welcome to the management-api wiki!

The library is used to create a basic REST API with user and permission management.

To use this library

Clone or copy this project inside your as a library

#git clone https://github.com/CAUCA-9-1-1/management-api.git management
myproject
  +-- myproject
  |     +-- server.py
  +-- cause
  |     +-- api
  |     |    +-- management
  |     +-- init.py
  +-- init.py

Example of server.py file

Clone this wiki locally