Kaspars Sprogis

Results 125 comments of Kaspars Sprogis

In dlite v1.5 I was specifying shared directory for mounts. `dlite` 1.5 stopped working (`docker ps` just wasn't responding), so I decided to upgrade to v2 beta 8. Now running...

Does error goes away if you remove django suit from INSTALLED_APPS? I think this is not related to Django Suit

I can easily run Django 3.x with following fixes: https://github.com/darklow/django-suit/issues/763#issuecomment-982992027

Django solution to remove unnecessary side menu: https://github.com/darklow/django-suit/issues/765#issuecomment-700576185 CSS fix that is needed: ``` .form-group .form-control-label + div .form-control-static:empty { display: none; } .changelist-form-container { flex: 1; } #toolbar +...

There is no docs yet, I wanted to finish all the features first and that is the reason why I included full source of demo app and make a references...

This new kind of app config was introduced in Django 1.7 - https://docs.djangoproject.com/en/1.10/ref/applications/#configuring-applications, I still wonder why adoption of this feature is so slow and so many django apps keep...

@gamesbook Thanks for your feedback. I'll look into Django 1.8 support. As the stage is early, probably I can adjust it to make work for both. Supporting Django LTS release...

Day by day suit v2 is getting more and more mature. **Status update:** - [x] List layout fixes - [x] Forms base - [x] Submit row - [x] Delete confimations...

I know many of you will like these features that I just deployed ;) - [x] **Two column change form with submit row on right** (with responsive fallback to bottom)...

If anyone wants to contribute to Django framework and help Django Suit as well, there is a great chance to do it. There is an incomplete pull request at Django...