Metadata-Version: 2.1
Name: dj-core-drf
Version: 0.2.1
Summary: A self-contained and extensible Django Rest Framework environment
Home-page: https://github.com/ionata/dj-core-drf
Author: Ionata Digital
Author-email: webmaster@ionata.com.au
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: dj-core (>=0.2.0)
Requires-Dist: djangorestframework (>=3.6.0)
Requires-Dist: djangorestframework-filters (>=0.10.2)
Requires-Dist: djangorestframework-jwt (>=1.11.0)
Requires-Dist: django-allauth (>=0.34.0)
Requires-Dist: django-cors-headers (>=2.1.0)
Requires-Dist: django-enumfields (>=0.9.0)
Requires-Dist: django-filter (>=1.1.0)
Requires-Dist: django-rest-auth (>=0.9.2)
Requires-Dist: django-rest-swagger (>=2.1.2)

# dj-core-drf

[![PyPI](https://img.shields.io/pypi/pyversions/dj-core-drf.svg)](https://pypi.org/project/dj-core-drf/)
[![PyPI](https://img.shields.io/pypi/v/dj-core-drf.svg)](https://pypi.org/project/dj-core-drf/)

DRF core app

Utilises dj-core and adds in automatic addition of REST endpoints


