jazzband/django-admin2

0.5.2 package doesn't include default theme

jurecuhalev opened this issue · 3 comments

Documentation states that I should import through INSTALLED_APPS:

'djadmin2.themes.djadmin2theme_default', # for the default theme

http://django-admin2.readthedocs.org/en/latest/installation.html#development-installation

But as far as I can see, official pypi package of djadmin2 doesn't ship the .themes module, which means that this fails.

You caught me in the middle up pushing up a new version. 😩 Give me a bit to hash a few things out.

Okay, try it now with 0.6.0rc1

Yes, that fixes it. Thanks.