Metadata-Version: 2.1
Name: django-simple-feedback-form
Version: 2.0.1
Summary: This is a Django application for providing a simple form for users to send emails to the administrators of your django-based site.
Home-page: https://github.com/DOOMer/django-simple-feedback-form
License: BSD
Keywords: django,feedback,contat,form
Author: Artem Galichkin
Author-email: doomer3d@gmail.com
Maintainer: Artem Galichkin
Maintainer-email: doomer3d@gmail.com
Requires-Python: >=3.6
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django (>=3.0)
Project-URL: Bug Tracker, https://github.com/DOOMer/django-simple-feedback-form/issues
Project-URL: Documentation, https://django-simple-feedback-form.readthedocs.io/
Project-URL: Repository, https://github.com/DOOMer/django-simple-feedback-form
Description-Content-Type: text/x-rst

===========================
Django Simple Feedback Form
===========================

This `Django <http://djangoproject.com>`_ app has for provide simple form for sending mail forom users to admins your django-based site.

Requirements
------------

Django 3.0+


Installation and configuration
------------------------------

See `setup part`_ in documentation.

.. _setup part: https://django-simple-feedback-form.readthedocs.io/en/latest/setup.html

Usage
-----

See `usage part`_ in documentation.

.. _usage part: https://django-simple-feedback-form.readthedocs.io/en/latest/usage.html


License
-------

Licensed under BSD license. See `license link`_ in documentation.

.. _license link: LICENSE.rst
