{ "info": { "author": "Adam Charnock, Sebastian Pipping", "author_email": "sebastian@pipping.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "django-createsuperuserwithpassword\n==================================\n\n\u2026 provides a Django management command to create ready-to-login super\nusers during development.\n\n\nHow to Use\n==========\n\n1. Install\n----------\n\nInstall the pip package locally or globally:\n\n.. code:: shell\n\n pip install [--user] django-createsuperuserwithpassword\n\n\n2. Activate\n-----------\n\nEnable the Django management command by extending your Django project\nsettings:\n\n.. code:: python\n\n INSTALLED_APPS += (\"django_createsuperuserwithpassword\", )\n\n\n3. Apply\n--------\n\nCall the command \u2014 e.g. from within a container entrypoint script \u2014 like\nthis:\n\n.. code:: shell\n\n python manage.py createsuperuserwithpassword \\\n --username admin \\\n --password admin \\\n --email admin@example.org \\\n --preserve\n\n\nDevelopment\n===========\n\nIf you want to help fix a bug, an easy way to spin up a development\nenvironment is:\n\n.. code:: shell\n\n git clone https://github.com/hartwork/django-createsuperuserwithpassword\n cd django-createsuperuserwithpassword\n docker-compose up --build\n\n\nAuthors\n=======\n\n**django-createsuperuserwithpassword** is based on code by `Adam\nCharnock`_ licensed under `the MIT license`_ that started out at\n`adamcharnock/swiftwind-heroku`_.\n\n`Sebastian Pipping`_ added and fixed a few things, on top.\n\n\n.. _Adam Charnock: https://github.com/adamcharnock\n.. _the MIT license: https://opensource.org/licenses/MIT\n.. _adamcharnock/swiftwind-heroku: https://github.com/adamcharnock/swiftwind-heroku/commits/master/swiftwind_heroku/management/commands/create_superuser_with_password.py\n.. _Sebastian Pipping: https://github.com/hartwork\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hartwork/django-createsuperuserwithpassword", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-createsuperuserwithpassword", "package_url": "https://pypi.org/project/django-createsuperuserwithpassword/", "platform": "", "project_url": "https://pypi.org/project/django-createsuperuserwithpassword/", "project_urls": { "Homepage": "https://github.com/hartwork/django-createsuperuserwithpassword" }, "release_url": "https://pypi.org/project/django-createsuperuserwithpassword/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "Django management command to create usable super users, programmatically", "version": "2.0.0" }, "last_serial": 5383229, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "758bedf91ab72b467b0ab0616ae25d35", "sha256": "28fe8201fcb7f344310662bc43e4887320d6d22c47405809b2b7e84dbed75063" }, "downloads": -1, "filename": "django-createsuperuserwithpassword-1.0.0.tar.gz", "has_sig": false, "md5_digest": "758bedf91ab72b467b0ab0616ae25d35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2019-06-09T22:29:34", "url": "https://files.pythonhosted.org/packages/3a/93/e01a9ddd3231c080c4955d490f8eea9d8be2679a5eff92dcbf83d2afc3eb/django-createsuperuserwithpassword-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d9fd382465a8b74134deaa15e52196fb", "sha256": "ad3a5198f0550742b99dd3f5834b0f19814be00c3ffc924dde3bc4d0e80a3e3d" }, "downloads": -1, "filename": "django-createsuperuserwithpassword-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d9fd382465a8b74134deaa15e52196fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2639, "upload_time": "2019-06-09T22:40:26", "url": "https://files.pythonhosted.org/packages/dd/08/0ac54b96a48d76c7d172a4fadd90aeb9db2eba9019224c8a29d68e202eb8/django-createsuperuserwithpassword-1.0.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "a19be16f51eb25357ac5b865e2933eb8", "sha256": "337482e587b87967817f087f922d567cee6d59bd961328b2d8749960a4dcf1d9" }, "downloads": -1, "filename": "django-createsuperuserwithpassword-2.0.0.tar.gz", "has_sig": false, "md5_digest": "a19be16f51eb25357ac5b865e2933eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4150, "upload_time": "2019-06-10T19:42:56", "url": "https://files.pythonhosted.org/packages/9a/a3/a40cf9cb1384497c28dcaf20b473436981a3622cff9287b3de7cb8c449a3/django-createsuperuserwithpassword-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a19be16f51eb25357ac5b865e2933eb8", "sha256": "337482e587b87967817f087f922d567cee6d59bd961328b2d8749960a4dcf1d9" }, "downloads": -1, "filename": "django-createsuperuserwithpassword-2.0.0.tar.gz", "has_sig": false, "md5_digest": "a19be16f51eb25357ac5b865e2933eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4150, "upload_time": "2019-06-10T19:42:56", "url": "https://files.pythonhosted.org/packages/9a/a3/a40cf9cb1384497c28dcaf20b473436981a3622cff9287b3de7cb8c449a3/django-createsuperuserwithpassword-2.0.0.tar.gz" } ] }