A basic Django template with Bootstrap 4, SQlite include user registry, login, forgot password.
This template follow Corey Schafer's youtube tutorials Link
git clone https://github.com/LinShanify/Django_Template.git
or download the zippip install -r requirements.txt
Edit the ``~/.bash_profile` file with your email address and password
export EMAIL_USER="yourgmail@gmail.com"
export EMAIL_PASS="yourpassword"
export DJANGO_SECRET_KEY="keys"
cd django_template
python manage.py runserver