Create fixtures for fun and easy development
Whenever you clone the repository, you should be able to quickly fill the database with some reasonably realistic data. This could be done by for example combining https://github.com/rbarrois/factory_boy with https://github.com/joke2k/faker.
We can create a ./manage.py
command that lets you load your database with a new set of fixtures, preferably also with images etc.