معرفی شرکت ها


django-promoter-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django commands used to promote or demote users
ویژگی مقدار
سیستم عامل -
نام فایل django-promoter-1.0.1
نام django-promoter
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Theo Massard
ایمیل نویسنده theo.massard@1000mercis.com
آدرس صفحه اصلی https://github.com/numberly/django-promoter
آدرس اینترنتی https://pypi.org/project/django-promoter/
مجوز MIT
Django Promoter =============== |License: MIT| |PyPI version| Give me the damn rights. Current Features ---------------- - Promote an existing user - Demote an existing user Installation ------------ - 1. Install using ``pip install django-promoter`` - 2. Add ``'django_promoter'`` to your ``'INSTALLED_APPS'`` settings - 3. You can now access the ``promote`` and ``demote`` commands from your ``./manage.py`` Usage ----- Promote a user ^^^^^^^^^^^^^^ .. code:: bash $ ./manage.py promote username Demote a user ~~~~~~~~~~~~~ .. code:: bash $ ./manage.py demote username Why would I use this ? ---------------------- The main purpose of this project is to be able to manage rights when you have to use a read-only backend. The `./manage.py createsuperuser` isn't available because you can't create new users. Using Django Promoter, once the user is inserted in the Django database, you can promote him to a superuser without having to modify the auth database. License ------- The MIT License (MIT) Copyright © 2017 Numberly .. |License: MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT .. |PyPI version| image:: https://badge.fury.io/py/promoter.svg :target: https://badge.fury.io/py/django_promoter


نحوه نصب


نصب پکیج whl django-promoter-1.0.1:

    pip install django-promoter-1.0.1.whl


نصب پکیج tar.gz django-promoter-1.0.1:

    pip install django-promoter-1.0.1.tar.gz