Skip to main content

A django app to create and use custom user profiles

Project description

Custom User Profile

Build

Custom User Profile is a django app to create custom user model with the ability to register new users with custom forms and rich stylings.

Detailed documentation is in the 'docs' directory.

Quick Start

  1. Add 'users' to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...,
    'users',
]
  1. Modify the AUTH_USER_MODEL setting in your settings.
AUTH_USER_MODEL = 'users.CustomUser'
  1. Include the users URLconf in your project urls.py like this:
urlpatterns=[
    ...,
    path('users/', include('users.urls')),
]
  1. Run python manage.py migrate to create the users 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/users/register to register new users.

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

custom-user-profile-1.0.1.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file custom-user-profile-1.0.1.tar.gz.

File metadata

  • Download URL: custom-user-profile-1.0.1.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for custom-user-profile-1.0.1.tar.gz
Algorithm Hash digest
SHA256 61fe05413c0d752bbb3d2e527c69a5dd924409636b174f90c60d0f31ad30501a
MD5 49ba3e1865b044ee4640e7884b563a41
BLAKE2b-256 b9b59b3ddbbc8f9fe9bf5f2f96d1fdd889348d02e5589f53ea59ed038c5f89f9

See more details on using hashes here.

Supported by

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