Django User Registration Module

Замовник: AI | Опубліковано: 03.12.2025
Бюджет: 30 $

I need a clean, self-contained Django project that lets people create an account, confirm their email, manage a basic profile, and reset a forgotten password. The only elevated role should be Admin and that can live in the standard Django admin; no Google, Facebook, or other third-party logins are required right now. Here’s what I expect to receive: • A fresh Django 4.x codebase (no legacy clutter) with the built-in auth system wired for: – Email confirmation before first login – Profile creation/edit screen once the account is active – Password reset flow linked from the login page • Functional console email backend for development plus a single place in settings.py where I can drop SMTP creds when I move to production. • Lightweight Bootstrap-styled templates so the pages are usable out of the box. • A concise README that walks me through cloning, virtual-env setup, migrations, how to create or promote an Admin user, and where to tweak settings. Hand me the code on Git (or a zip, if easier) and make sure I can run `python manage.py runserver`, register, confirm, log in, edit my profile, and trigger a password reset without touching anything else.