When we're doing our own development locally we don't want interfere with the actual database the website is using, so instead this will set up a SQLite database you can alter all you want to run locally with some preset data.
cd
into the top directory of this project.python manage.py migrate
- To create the database and tables appropriatelypython manage.py loaddata undocuscholar/fixtures/initial_data.json