Metadata-Version: 2.1
Name: django-djmongo
Version: 0.7.9.6
Summary: A reusable Django application providing a web interface for MongoDB and a RESTful API Toolkit.
Home-page: https://github.com/videntity/django-djmongo
Author: Alan Viars
Author-email: sales@videntity.com
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: django (>=3)
Requires-Dist: pymongo
Requires-Dist: django-widget-tweaks
Requires-Dist: django-bootstrap-form
Requires-Dist: django-cors-headers
Requires-Dist: jdt
Requires-Dist: jsonschema
Requires-Dist: django-localflavor
Requires-Dist: django-markdown-deux
Requires-Dist: ndjson
Requires-Dist: django-oauth-toolkit

djmongo - A Django application for building APIs without code
=============================================================

django-djmongo is an "API in a Box".  It provides a web-based UI for 
MongoDB management and RESTful API management. 

If you do not have a Django project setup aslready use our sample project
with Djmongo already configured. https://github.com/videntity/djmsample.

djmsample uses on Python 3.6 and Django 3.0.3.

See the [Wiki](https://github.com/videntity/django-djmongo/wiki/Installation) page for installation and further documentation.
