This Is built using Django and deployed in azure with app service and azure Postgres SQL server.
Vignan
To run locally, do the usual:
Create a Python 3.5 virtualenv
Install dependencies
pip install -r requirements.txt
Setting up database access
Create a superuser
./manage.py createsuperuser
File locations
Static files such as CSS, JavaScript or image files can be found in the
vignanblogpost/static subdirectory.
Templates can be found in the vignanblogpost/templates subdirectory.
CSS is written in Bootstrap.
Log in or sign up for Devpost to join the conversation.