معرفی شرکت ها


django-contactform-2.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django app to display simple contact form.
ویژگی مقدار
سیستم عامل -
نام فایل django-contactform-2.2.0
نام django-contactform
نسخه کتابخانه 2.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Guillaume Luchet
ایمیل نویسنده guillaume@geelweb.org
آدرس صفحه اصلی https://github.com/geelweb/geelweb-django-contactform
آدرس اینترنتی https://pypi.org/project/django-contactform/
مجوز MIT
=========== ContactForm =========== |Build status| |Documentation Status| Django app to manage simple contact form On Django >= 3 projects. Detailed documentation is in the "docs" directory. Quick start ----------- 1. Install the app using pip .. code-block:: text pip install django-contactform 2. Add 'contactform' to your `INSTALLED_APPS` settings like this .. code-block:: python INSTALLED_APPS = [ ... 'contactform', ] 3. Configure the recipients of your form in your settings .. code-block:: python CONTACTFORM_RECIPIENTS = ['me@example.com'] 4. Include the contactform URLconf in your project urls.py like .. code-block:: python path('contact/', include('contactform.urls')), 5. Add a form to your page using the `contact_form` template tag .. code-block:: python {% load contact_form %} {% contact_form %} .. |Build status| image:: https://travis-ci.org/geelweb/geelweb-django-contactform.svg?branch=master .. |Documentation Status| image:: https://readthedocs.org/projects/django-contactform/badge/?version=latest :target: https://readthedocs.org/projects/django-contactform/?badge=latest The MIT License (MIT) Copyright (c) 2020 Guillaume Luchet Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


نحوه نصب


نصب پکیج whl django-contactform-2.2.0:

    pip install django-contactform-2.2.0.whl


نصب پکیج tar.gz django-contactform-2.2.0:

    pip install django-contactform-2.2.0.tar.gz