Metadata-Version: 1.1
Name: leonardo-admin-honeypot
Version: 0.1.0
Summary: Django Admin Honeypot without db backend.
Home-page: https://github.com/leonardo-modules/leonardo-admin-honeypot
Author: Michael Kuty
Author-email: UNKNOWN
License: UNKNOWN
Description: ==========================
        Leonardo leonardo-admin-honeypot
        ==========================
        
        Admin Honeypot based on @dmpayton https://github.com/dmpayton/django-admin-honeypot but without storing events to db. Just simple raise errors which send emails or handle it in sentry.
        
        .. contents::
            :local:
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install leonardo-admin-honeypot
        
        Using
        -----
        
        You have two options how use honeypot, in default state is automaticaly loaded under configured url. If you needit you can spawn it to any url pattern as FeinCMS application.
        
        
        Read More
        =========
        
        * https://github.com/django-leonardo/django-leonardo
        * https://github.com/dmpayton/django-admin-honeypot
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
