{"id":15295808,"url":"https://github.com/hartwork/django-createsuperuserwithpassword","last_synced_at":"2025-04-13T18:33:47.440Z","repository":{"id":34925253,"uuid":"191061605","full_name":"hartwork/django-createsuperuserwithpassword","owner":"hartwork","description":"Django management command to create usable super users, programmatically","archived":false,"fork":false,"pushed_at":"2022-03-09T16:40:10.000Z","size":17,"stargazers_count":17,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T09:12:09.694Z","etag":null,"topics":["django","django-application","django-management-command","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/django-createsuperuserwithpassword/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hartwork.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-09T22:28:12.000Z","updated_at":"2024-06-06T15:44:03.000Z","dependencies_parsed_at":"2022-08-08T03:00:30.398Z","dependency_job_id":null,"html_url":"https://github.com/hartwork/django-createsuperuserwithpassword","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartwork%2Fdjango-createsuperuserwithpassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartwork%2Fdjango-createsuperuserwithpassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartwork%2Fdjango-createsuperuserwithpassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartwork%2Fdjango-createsuperuserwithpassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hartwork","download_url":"https://codeload.github.com/hartwork/django-createsuperuserwithpassword/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248760357,"owners_count":21157345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-application","django-management-command","python"],"created_at":"2024-09-30T18:08:15.520Z","updated_at":"2025-04-13T18:33:47.404Z","avatar_url":"https://github.com/hartwork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-createsuperuserwithpassword\n==================================\n\n… 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 — e.g. from within a container entrypoint script — 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhartwork%2Fdjango-createsuperuserwithpassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhartwork%2Fdjango-createsuperuserwithpassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhartwork%2Fdjango-createsuperuserwithpassword/lists"}