{"id":17859289,"url":"https://github.com/dex4er/django-createuser","last_synced_at":"2025-04-02T19:43:26.720Z","repository":{"id":57419575,"uuid":"181738858","full_name":"dex4er/django-createuser","owner":"dex4er","description":"Create an user for Django","archived":false,"fork":false,"pushed_at":"2019-04-16T19:45:41.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T21:46:03.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dex4er.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-16T17:47:21.000Z","updated_at":"2019-04-16T19:33:27.000Z","dependencies_parsed_at":"2022-09-03T09:41:12.633Z","dependency_job_id":null,"html_url":"https://github.com/dex4er/django-createuser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dex4er%2Fdjango-createuser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dex4er%2Fdjango-createuser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dex4er%2Fdjango-createuser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dex4er%2Fdjango-createuser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dex4er","download_url":"https://codeload.github.com/dex4er/django-createuser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246883658,"owners_count":20849524,"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":[],"created_at":"2024-10-28T06:42:16.065Z","updated_at":"2025-04-02T19:43:26.685Z","avatar_url":"https://github.com/dex4er.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/pypi/v/django-createuser.svg\n   :target: https://pypi.python.org/pypi/django-createuser\n.. image:: https://travis-ci.org/dex4er/django-createuser.svg?branch=master\n   :target: https://travis-ci.org/dex4er/django-createuser\n.. image:: https://readthedocs.org/projects/django-createuser/badge/?version=latest\n   :target: http://django-createuser.readthedocs.org/en/latest/\n.. image:: https://img.shields.io/pypi/pyversions/django-createuser.svg\n   :target: https://www.python.org/\n.. image:: https://img.shields.io/pypi/djversions/django-createuser.svg\n   :target: https://www.djangoproject.com/\n\ndjango-createuser\n=================\n\n``django-createuser`` is a package that allows to create users for Django\napplication with ``./manage.py`` command.\n\n\nInstallation\n------------\n\nInstall with ``pip`` or ``pipenv``:\n\n.. code:: python\n\n  pip install django-createuser\n\nAdd ``django_createuser`` to your installed apps in your\nsettings.py file:\n\n.. code:: python\n\n  INSTALLED_APPS = [\n      'django_createuser',\n      ...\n  ]\n\n\nCommands\n--------\n\ncreateuser\n^^^^^^^^^^\n\nUsed to create a user.\n\npositional arguments:\n\n  +--------------+-----------------+\n  | ``username`` | Login; required |\n  +--------------+-----------------+\n\noptional arguments:\n\n  -h, --help            show this help message and exit\n  --email EMAIL         Email; required\n  --first_name FIRST_NAME\n                        First name; optional\n  --last_name LAST_NAME\n                        Last name; optional\n  --password PASSWORD   Password; optional\n  --is-staff            Staff status; optional, default is False\n  --is-superuser        Superuser status; optional, default is False\n  -g GROUPS, --groups GROUPS\n                        List of user's groups; optional, comma is a separator\n  --database DATABASE   Specifies the database to use; optional, default is\n                        ``\"default\"``\n  --version             show program's version number and exit\n  -v LEVEL, --verbosity LEVEL\n                        Verbosity level; 0=minimal output, 1=normal output,\n                        2=verbose output, 3=very verbose output\n  --settings SETTINGS   The Python path to a settings module, e.g.\n                        ``\"myproject.settings.main\"``. If this isn't provided,\n                        the ``DJANGO_SETTINGS_MODULE`` environment variable\n                        will be used.\n  --pythonpath PYTHONPATH\n                        A directory to add to the Python path, e.g.\n                        ``\"/home/djangoprojects/myproject\"``.\n  --traceback           Raise on ``CommandError`` exceptions\n  --no-color            Don't colorize the command output.\n  --force-color         Force colorization of the command output.\n\n\nDocumentation\n-------------\n\nSee http://django-createuser.readthedocs.org/\n\n\nLicense\n-------\n\nCopyright © 2019, Piotr Roszatycki\n\nThis software is distributed under the GNU Lesser General Public License (LGPL\n3 or greater).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdex4er%2Fdjango-createuser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdex4er%2Fdjango-createuser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdex4er%2Fdjango-createuser/lists"}