Django blog is a full-featured web app developed with django, bootstrap5 and 4. It has all the essential features of a website.
- cd into the
django_blog
directory - run
python3 manage.py runserver
to launch the development server
- turn on less secure apps settings on your google account
- in the
settings.py
file, changeEMAIL_HOST
andEMAIL_HOST_PASSWORD
variable to your email and password respectively.
username: teddbug
password: hey12there
- python3.8+
- django [latest release]