Django Mantis Core

A wrapper around the Django Dingos application used by the Mantis Cyber Threat Intelligence Management Framework. The rationale for this wrapper is to provide a location for code specific to cyber threat intelligence management that is to be added to the underlying models. Such code should not be added to Dingos, because Dingos is a generic framework.

Please refer to the documentation and developer guidelines of Django Dingos and MANTIS.

The full documentation of the Mantis core module is at

http://django-mantis-core.readthedocs.org/en/latest/

Acknowledgments

The basic layout for this Django app with out-of-the-box configuration of setup.py for easy build, submission to PyPi, etc., and Sphinx documentation tree was generated with Audrey Roy’s excellent Cookiecutter and Daniel Greenfield’s cookiecutter-djangopackage template.