Metadata-Version: 2.1
Name: django-jackal
Version: 2.4.1
Summary: Boilerplate for Django and Django REST Framework
Home-page: https://github.com/joyongjin/jackal
License: MIT
Author: joyongjin
Author-email: wnrhd114@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: django (>=3.0.2,<4.0.0)
Requires-Dist: djangorestframework (>=3.11.0,<4.0.0)
Project-URL: Repository, https://github.com/joyongjin/jackal
Description-Content-Type: text/x-rst

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

