This is a Django Blog application developed to demonstrate my habitability implementing the standard functionalities of the framework.
This project its part of a larger repository who tracks a series of small projects each one showcasing a different technology of the python's ecosystem.
What you can do?
- Create a user
- Create a user profile
- Write a post
- Create a personal feed
Some of the framework concepts you may find here
- Abstract models
- Class based views
- Forms