Skip to content

JKrystofik2290/Django_Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Django Blog

Simple Django blog that was created by following Corey Schafers Django youtube series.

Try the blog yourself!

https://my-test-django-blog.herokuapp.com/

Uses

  • Python
  • Django (Run Python on the front end)
  • HTML
  • CSS
  • Postgresql (SQL database)
  • Amason Webserviecs (User profile picture storage)
  • Heroku (hosting)

Features

  • User account creation/deletion.
  • Secure user password hashing and storage.
  • Forgotten password reset through an email sent to account email.
  • User profile picture upload and storage.
  • Cascading database (When user deletes acount, all user post are deleted).
  • Post editing/deletion are restricted to post owner.
  • Page to see all post by one user.
  • User profile page.

About

Blog/Twitter like app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published