tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Add concrete ContentBlock subclasses to Django admin #22

Open roadsideseb opened 10 years ago

roadsideseb commented 10 years ago

Currently, blocks are not available in the Django admin and have to be registered separately. Since all blocks are subclasses of ContentBlock it's simple enough to register all subclasses that are concrete models.