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_blogdirectory - run
python3 manage.py runserverto launch the development server
- turn on less secure apps settings on your google account
- in the
settings.pyfile, changeEMAIL_HOSTandEMAIL_HOST_PASSWORDvariable to your email and password respectively.
username: teddbug
password: hey12there
- python3.8+
- django [latest release]