Skip to content

Django registration is an extensible application providing user registration functionality for Django powered Web sites i have created One phase registration where a user signs up and is immediately active and logged in Main functionalities are Creating user account Login user Logout user Changing user password

Notifications You must be signed in to change notification settings

samir321-pixel/Django-Registration

Repository files navigation

Django-Registration

Technology Stack

  • Frontend
    • HTML
    • CSS
    • Bootstrap
  • Backend
    • Django
  • Database
    • SQLite3

Tech Stack Involved



Running the Project Locally

First, clone the repository to your local machine:

git clone [email protected]:samir321-pixel/Django-Registration.git

Install Requirements:

pip install -r requirements.txt

Apply the migrations:

python manage.py migrate

Create Superuser:

python manage.py createsuperuser

Add Your Name, Email & Password.

Finally, run the development server:

python manage.py runserver

The project will be available at http://127.0.0.1:8000/.

About

Django registration is an extensible application providing user registration functionality for Django powered Web sites i have created One phase registration where a user signs up and is immediately active and logged in Main functionalities are Creating user account Login user Logout user Changing user password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published