elky

Results 11 comments of elky

just set DEBUG to False in settings.py

Any chance to include this into hello.js? Really useful feature.

@irfan798 just found out that `carousel_as_images: true` makes `limit` value wrong. If `limit` sets as 10 - script pulls 10 media posts where some of them contain more than 1...

Thanks @Hedde This theme was created just as a skin for default admin without any markup changes. Currently I'm working on clean up styles, test everything and push this CSS...

Flat icons were implemented with SVG solution. [Few thoughts](https://code.djangoproject.com/ticket/20597#comment:16).

The other way is to add template loader in `settings.py`. I think it's the best way to avoid `base_site.html` issues. I'll implement is soon.

@mrmachine yeah you probably right -- I didn't find any good solution how to fix this problem. @andybak seems I have to roll back latest change about adding css class...

@andybak The problem is that label has fixed width, so obvious solution is to add class for the row if fields declared as tuple, I believe. Then we can control...

@andybak looks good, I'll check this on one of my real projects

@filwaitman thank you for your PR. Thing you're suggesting is really useful. One only thing - we shouldn't use `ImproperlyConfigured` because some people use their own fork of `flat` app....