Vignan

Codacy Badge

Known Vulnerabilities

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.