معرفی شرکت ها


django-simple-account-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django simple account
ویژگی مقدار
سیستم عامل -
نام فایل django-simple-account-0.0.9
نام django-simple-account
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Kostya Ten
ایمیل نویسنده kostya@yandex.ru
آدرس صفحه اصلی https://github.com/kostya-ten/django_simple_account/
آدرس اینترنتی https://pypi.org/project/django-simple-account/
مجوز Apache License 2.0
Django simple account ================================ .. image:: https://github.com/kostya-ten/django_simple_account/workflows/Workflows/badge.svg :target: https://github.com/kostya-ten/django_simple_account/actions/ :alt: GihHub Action .. image:: https://img.shields.io/github/last-commit/kostya-ten/django_simple_account :target: https://github.com/kostya-ten/django_simple_account/commits/master :alt: GitHub last commit .. image:: https://api.codacy.com/project/badge/Grade/45d420b488fd452cae355db78f7e1e96 :target: https://www.codacy.com/manual/kostya/django_simple_account?utm_source=github.com&utm_medium=referral&utm_content=kostya-ten/django_simple_account&utm_campaign=Badge_Grade .. image:: https://requires.io/github/kostya-ten/django_simple_account/requirements.svg?branch=master :target: https://requires.io/github/kostya-ten/django_simple_account/requirements/?branch=master :alt: Requirements Status .. image:: https://badge.fury.io/py/django-simple-account.svg :target: https://badge.fury.io/py/django-simple-account :alt: pypi .. image:: https://img.shields.io/github/license/kostya-ten/django_simple_account?style=plastic :target: https://github.com/kostya-ten/django_simple_account/blob/master/LICENSE :alt: license Requirements """""""""""""""""" * Python 3.6+ * A supported version of Django (currently 3.x) Getting It """""""""""""""""" You can get Django simple account by using pip:: $ pip install django-simple-account If you want to install it from source, grab the git repository from GitHub and run setup.py:: $ git clone git://github.com/kostya-ten/django_simple_account.git $ cd django_simple_account $ python setup.py install Installation """"""""""""" To enable ``django_simple_account`` in your project you need to add it to `INSTALLED_APPS` in your projects ``settings.py`` .. code-block:: python INSTALLED_APPS = ( # ... 'django_simple_account', # ... ) Enable ``context_processors`` .. code-block:: python TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ # .... 'django_simple_account.context_processors.settings', ], }, }, ] Add ``urls.py`` in project .. code-block:: python urlpatterns = [ # ... path('accounts/', include('django_simple_account.urls')), ]


نیازمندی

مقدار نام
>=3.1a1 Django
>=7.1.2 Pillow
>=8.12.3 phonenumbers
>=1.1.0 email-validator
>=2.23.0 requests


زبان مورد نیاز

مقدار نام
~=3.6 Python


نحوه نصب


نصب پکیج whl django-simple-account-0.0.9:

    pip install django-simple-account-0.0.9.whl


نصب پکیج tar.gz django-simple-account-0.0.9:

    pip install django-simple-account-0.0.9.tar.gz