django-blog-zinnia / cmsplugin-zinnia

Bridge between django-blog-zinnia and django-cms
BSD 3-Clause "New" or "Revised" License
53 stars 46 forks source link

Update notes on migrations for Entries with plugins (README) #56

Closed bittner closed 7 years ago

bittner commented 7 years ago

Section Entries with plugins in the README still describes the approach for Django < 1.7 (syncdb and South migrations). This should be updated to reflect Django >= 1.7 (makemigrations, migrate).