Skip to content

rratnakar09/blog_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog_app

A blog application using Django with functionality of User Registration, User Login, Blog Post, Profile Update.
I have used

  • basic html/css
  • bootstrap 4 theme
  • python
  • django web framework
  • postgres data base

I have deployed this app on Heroku
URL: https://myblogapp09.herokuapp.com

Issue: The app is not populating the profile picture. I have used AWS to store profile picture. I will fix this issue soon.

Resources and tutorials:

Django Tutorials by Corey Schafer
link: "https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p"
github: "https://github.com/CoreyMSchafer/code_snippets/tree/master/Django_Blog"