grantmcconnaughey / django-field-history

A Django app to track changes to model fields.
BSD 3-Clause "New" or "Revised" License
314 stars 33 forks source link

Have install/quickstart docs mention migration #30

Open dv321 opened 6 years ago

dv321 commented 6 years ago

Not a huge problem but it would be good to have the installation and quickstart sections of the docs mention that you need to run manage.py migrate after adding 'field_history' to INSTALLED_APPS. Would save django newbies and people who don't spend a ton of time with it a minute or two of head-scratching, and is more technically complete.