Resolve merge conflict in gitignore and Pipfile.lock
Test
test
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
$ cd recircle
$ pipenv run python manage.py test
nosetests image instance storage template --verbosity=1
Creating test database for alias 'default'...
CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0011_instance_template, 0011_merge_20190806_1052 in instance).
To fix them run 'python manage.py makemigrations --merge'
ERROR: Job failed: exit code 1