You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The steps outlined in README.md do not work out of the box. It took me a while to realize that PostgreSQL is mandatory, and I had to do a few incantations of python manage.py migrate --fake in order to get the local database initialized properly (including adding a new migration).
Loading the fixtures do not work at all due to schema differences, and the sample DB dump referenced from the end of README does not exist.
The text was updated successfully, but these errors were encountered:
The steps outlined in README.md do not work out of the box. It took me a while to realize that PostgreSQL is mandatory, and I had to do a few incantations of
python manage.py migrate --fake
in order to get the local database initialized properly (including adding a new migration).Loading the fixtures do not work at all due to schema differences, and the sample DB dump referenced from the end of README does not exist.
The text was updated successfully, but these errors were encountered: