Metadata-Version: 2.1
Name: p1-activity
Version: 0.3.0
Summary: A simple consumer Django app for Activity Service.
Author: Yonas & Wisnu
Author-email: engineering@dekoruma.com
License: MIT
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE
Requires-Dist: p1-queue>=0.3.55075234
Requires-Dist: factory-boy>=3.0.0

================
Activity
================

A simple consumer Django app for Activity Service.

.. contents::
    :local:
    :backlinks: none


Installation
============

1. Run ``pip install p1-activity``
2. Add ``'activity'`` to ``INSTALLED_APPS`` in settings.py
3. Run `python manage.py migrate` to create activity models

Webhook
===========


API Client
===========
