معرفی شرکت ها


django-createsuperuserwithpassword-2.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django management command to create usable super users, programmatically
ویژگی مقدار
سیستم عامل -
نام فایل django-createsuperuserwithpassword-2.0.0
نام django-createsuperuserwithpassword
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adam Charnock, Sebastian Pipping
ایمیل نویسنده sebastian@pipping.org
آدرس صفحه اصلی https://github.com/hartwork/django-createsuperuserwithpassword
آدرس اینترنتی https://pypi.org/project/django-createsuperuserwithpassword/
مجوز MIT
django-createsuperuserwithpassword ================================== … provides a Django management command to create ready-to-login super users during development. How to Use ========== 1. Install ---------- Install the pip package locally or globally: .. code:: shell pip install [--user] django-createsuperuserwithpassword 2. Activate ----------- Enable the Django management command by extending your Django project settings: .. code:: python INSTALLED_APPS += ("django_createsuperuserwithpassword", ) 3. Apply -------- Call the command — e.g. from within a container entrypoint script — like this: .. code:: shell python manage.py createsuperuserwithpassword \ --username admin \ --password admin \ --email admin@example.org \ --preserve Development =========== If you want to help fix a bug, an easy way to spin up a development environment is: .. code:: shell git clone https://github.com/hartwork/django-createsuperuserwithpassword cd django-createsuperuserwithpassword docker-compose up --build Authors ======= **django-createsuperuserwithpassword** is based on code by `Adam Charnock`_ licensed under `the MIT license`_ that started out at `adamcharnock/swiftwind-heroku`_. `Sebastian Pipping`_ added and fixed a few things, on top. .. _Adam Charnock: https://github.com/adamcharnock .. _the MIT license: https://opensource.org/licenses/MIT .. _adamcharnock/swiftwind-heroku: https://github.com/adamcharnock/swiftwind-heroku/commits/master/swiftwind_heroku/management/commands/create_superuser_with_password.py .. _Sebastian Pipping: https://github.com/hartwork


نحوه نصب


نصب پکیج whl django-createsuperuserwithpassword-2.0.0:

    pip install django-createsuperuserwithpassword-2.0.0.whl


نصب پکیج tar.gz django-createsuperuserwithpassword-2.0.0:

    pip install django-createsuperuserwithpassword-2.0.0.tar.gz