Kaspars Sprogis
Kaspars Sprogis
Had quite productive day. - [x] Updated to latest Bootstrap v4-alpha5. - [x] Vertical menu layout. (work still in progress and polishing details, but base is there). - [x] Icon...
@ganmedia You can put `apps.py` anywhere you want, but by Django documentation it should be in your main project main app directory. This is the new way of configuring 3rd...
@gamesbook Currently both horizontal and vertical layouts use same template and CSS is what puts them left or top. To manipulate position of `.header .user-tools` template you could override `base-site.html`...
@heathernicolae read carefully my commet, v2 vertical is on another branch: https://github.com/darklow/django-suit/issues/475#issuecomment-260138558
@AliPolat just fixed in e997f71a165356dca1f4bd75b202af8767106a9c #553 Now there is global config `form_inlines_hide_original = False` for `SuitConfig` configuration class which may be overridden per individual Inlines as `suit_form_inlines_hide_original = True` Demo...
@heathernicoale Thanks, glad you like v2 and it helps you so much. I don't think many users need visible Print actions and print actions are always available from browser menus....
`v2-vertical` branch has been merged into `v2`.
@gamesbook Is Django 1.8 support really so necessary for you? I keep fighting issues with Django 1.8 and circular imports because of outdated template loaders, which were fixed and rewritten...
I can merge in if someone confirms that this (or any other PR) are indeed a good fix and compatible with other versions. I've mentioned it often across other issues,...
> @darklow While the project was being maintained by yourself, we were happy to pay licenses for commercial deployments - but if you have no intention to maintain or develop,...