Metadata-Version: 2.1
Name: django-jackal
Version: 2.2.0
Summary: Boilerplate for Django and Django REST Framework
Home-page: https://github.com/joyongjin/jackal
Author: Yongjin Jo
Author-email: wnrhd114@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Requires-Dist: django (>=2.0)
Requires-Dist: djangorestframework

Jackal, the Boilerplate library for Django REST Framework
-------------------------------------------------------------

.. image:: https://badge.fury.io/py/django-jackal.svg
    :target: https://badge.fury.io/py/django-jackal

.. image:: https://imgur.com/XnlU8T9.jpg
    :width: 720px
    :align: center


**Jackal** is Boilerplate Library based on Django and Django REST Framework(DRF)
that help you easily implement the necessary features on your web backend server.

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

.. code::

    pip install django-jackal


Document
============

See wiki_ for details.

.. _wiki: https://github.com/joyongjin/jackal/wiki

Test
============

.. code::

    python runtests.py tests


