Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 636 Bytes

Django Blog

Django blog is a full-featured web app developed with django, bootstrap5 and 4. It has all the essential features of a website.

Usage

Starting Development Server

  • cd into the django_blog directory
  • run python3 manage.py runserver to launch the development server

Configuring Password Reset Email

  • turn on less secure apps settings on your google account
  • in the settings.py file, change EMAIL_HOST and EMAIL_HOST_PASSWORD variable to your email and password respectively.

Admin Account

username: teddbug
password: hey12there 

Requirements

  • python3.8+
  • django [latest release]