A Django Web App for Creating Blogs
This is a Follow along Project of Django Tutorial Series by Corey Schafer. The Link for the series is https://youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p
1] Create a Virtual Env and install the dependencies using the requirements.txt
2] Run the app from the virtual env (python manage.py runserver)