Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 301 Bytes

DjangoForums

A basic forum made from the Django Framework.
To see the forum deployed, visit: https://jk-djangoforums.herokuapp.com

In order to setup the python virtual environment (with pipenv) with all the necessary packages, write:

cd DjangoForums
pipenv install -r requirements.txt