https://github.com/jaegeral/django-mantis-core
A wrapper around the Django Dingos app for the Mantis Cyber Threat Intelligence Mgmt. Framework.
https://github.com/jaegeral/django-mantis-core
Last synced: 3 months ago
JSON representation
A wrapper around the Django Dingos app for the Mantis Cyber Threat Intelligence Mgmt. Framework.
- Host: GitHub
- URL: https://github.com/jaegeral/django-mantis-core
- Owner: jaegeral
- License: gpl-2.0
- Created: 2014-02-21T14:03:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-19T15:32:06.000Z (over 11 years ago)
- Last Synced: 2025-01-11T19:32:29.770Z (5 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
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/
.. _Django Dingos: http://django-dingos.readthedocs.org.
.. _MANTIS: http://django-mantis.readthedocs.org.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... _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage