A django blog project illustrating the application of django CRUD.
####If you would like to run this project on your end, plese follow the steps below
- clone the repo
git clone @repo
2.Activate virtual environmets and install requirements from requirement.text file
pip install 'requiremets.txt'