Re: Integrate dj-database-url into Django

2017-05-28 Thread linus
There's also https://github.com/doismellburning/django12factor - and it simplifies all the boilerplate, that is still required in django-environ, into: import django12factorglobals().update(django12factor.factorise()) It would be quite nice if Django supported 12factor configuration natively,

Re: Responsive admin

2017-05-28 Thread elky
Bump! Sorry for so long silence. Seems it's done - I added some more tweaks to the app. Regarding third-party apps, I think the most less-painful ways to disable responsive css are: - override responsive.css or make it empty; - override admin base.html to remove tag which enables responsive