class blog project with basic functionalities
main contents/folders:
init.py admin.py apps.py forms.py models.py tests.py urls.py views.py migrations >> pycache >>
init.py (not uploaded because empty file) settings.py urls.py wsgi.py pycache >> init.cpython-37 settings.cpython-37 urls.cpython-37 wsgi.cpython-37
add_post.html edit_post.html list.html view_post.html