HHtech-hub

Results 1 issues of HHtech-hub

I think you need to import the classes in the admin folders `__init__.py` otherwise django doesn't pick them up. Adding ``` from .publications import PublicationAdmin from .subscribers import SubscriberAdmin ```...