OmenApps / django-generate-series

Use Postgres' generate_series to create sequences with Django's ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update README with `INSTALLED_APPS` instructions

niccolomineo opened this issue · comments

Hi there, thanks for this awesome package!

It may be somehow assumed, but you may want to add that you need to have django_generate_series among the INSTALLED_APPS.

Thanks, @niccolomineo ❤️

Updated the Installation documentation page accordingly.