Skip to main content

A Django app to manage users

Project description

Quick start

  1. Add "django_usermangment" to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...
        'django_usermangment',
    ]
  1. Include the django_usermangment URLconf in your project urls.py like this::
    path('user/', include('django_usermangment.urls')),
  1. Run python manage.py migrate to create the django_usermangment models.
  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a user (you'll need the Admin app enabled).
  3. Visit http://127.0.0.1:8000/user/ to create a user.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_usermangment-1.1.3.tar.gz (233.0 kB view details)

Uploaded Source

Built Distribution

django_usermangment-1.1.3-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file django_usermangment-1.1.3.tar.gz.

File metadata

  • Download URL: django_usermangment-1.1.3.tar.gz
  • Upload date:
  • Size: 233.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.4

File hashes

Hashes for django_usermangment-1.1.3.tar.gz
Algorithm Hash digest
SHA256 b9ee96b83b9ac71a16a0ff911c9beb629cf788e5525c1f100659d9c9c5bdc23e
MD5 ef274a6990f90b6d5489eacae36666c9
BLAKE2b-256 9c806fbd9042663b9d25a484a36dd502a452c15c48d8b8caf16fa243d22d5cd5

See more details on using hashes here.

File details

Details for the file django_usermangment-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for django_usermangment-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 039155798d4d3042f8bcf059358244aee054f211a2c38b17be0e1fec28cfe834
MD5 e5ba48ec5f7e423bcc32d7b7ffe12bfc
BLAKE2b-256 9f9ab2557f114a3f3b42a4319e831f1179e09270514989a06056e5430c60ea06

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page