A Basic Django Template: Blog

A basic Django template with Bootstrap 4, SQlite include user registry, login, forgot password.

This template follow Corey Schafer's youtube tutorials Link

Setup

  • git clone https://github.com/LinShanify/Django_Template.git or download the zip
  • pip install -r requirements.txt

Email Setting

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"

Runing

cd django_template 
python manage.py runserver 

open http://localhost:8000