Installing

  • git clone https://github.com/hrumarko/user-authentication-django
  • cd user-authentication-django

  • python3 -m venv venv - for Linux
  • python -m venv venv - for Windows
  • virtualenv venv - for macOS

  • source venv/bin/activate - for Linux/macOS
  • venv\Scripts\activate - for Windows

  1. pip install -r requirements.txt

  1. python3 manage.py migrate

  1. python manage.py runserver

  1. Go to http://127.0.0.1:8000/