معرفی شرکت ها


django-latch-0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django latch module.
ویژگی مقدار
سیستم عامل -
نام فایل django-latch-0.3
نام django-latch
نسخه کتابخانه 0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Javier Moral et al. (see README)
ایمیل نویسنده moraljlara@gmail.com
آدرس صفحه اصلی https://github.com/javimoral/django-latch
آدرس اینترنتی https://pypi.org/project/django-latch/
مجوز Apache License 2.0
# django-latch [![Build Status](https://travis-ci.com/javimoral/django-latch.svg?branch=master)](https://travis-ci.com/javimoral/django-latch) [![codecov](https://codecov.io/gh/javimoral/django-latch/branch/master/graph/badge.svg)](https://codecov.io/gh/javimoral/django-latch) [![Documentation Status](https://readthedocs.org/projects/django-latch/badge/?version=latest)](https://django-latch.readthedocs.io/en/latest/?badge=latest) Django and Latch integration. Originaly developed by Javier Olascoaga and [RootedCON](http://rootedcon.com/). # Requirements - Python 3.4, 3.5, 3.6, 3.7 - Django 2.0, 2.1, 2.2 ## Installation To install it, simply run: $ pip install django-latch Or, if you prefer installing from source: $ git clone https://github.com/javimoral/django-latch.git $ cd django-latch $ python setup.py install # Configuration In your `settings.py` file you need to add the following directives: ```python INSTALLED_APPS = ( [...] 'latch', ) # Add auth profile AUTH_PROFILE_MODULE='latch.UserProfile' # Append Latch Auth Backend the first in list AUTHENTICATION_BACKENDS = [ 'latch.auth_backend.LatchAuthBackend', [...] ] LATCH_APP_ID = <APP Id> # You can use os.environ if you prefer LATCH_APP_SECRET = <APP Secret> LATCH_BYPASS_WHEN_UNREACHABLE = True # True is the default behaviour. Configure as you need. ``` Configure app urls ```python from django.urls import path, include urlpatterns = [ [...] path('latch/', include('latch.urls')) [...] ] ``` Then apply migrations $ python manage.py makemigrations For more information, please refer to [documentation](https://django-latch.readthedocs.io). # Bugs and requests Please report any bug/issue or feature request in GitHub issue tracker. https://github.com/javimoral/django-latch/issues # License This module is published under Apache 2.0 license. See LICENSE file for details. `latch-sdk-python` is published under GNU General Public License 2.0. Rights belongs to ElevenPaths, more information and the updated version at: https://github.com/ElevenPaths/latch-sdk-python # Authors Originaly developed by Javier Olascoaga and [RootedCON](http://rootedcon.com/).


نیازمندی

مقدار نام
>=2.0 Django


نحوه نصب


نصب پکیج whl django-latch-0.3:

    pip install django-latch-0.3.whl


نصب پکیج tar.gz django-latch-0.3:

    pip install django-latch-0.3.tar.gz