tyctor
tyctor
ok i found what it is not working but i am not sure why... problem is in `suit.sortables.js` on line `var selector = $(this).selector;` where variable `selector` is `undefined`, so...
now i can see important difference between demo and my app i am using Django 2.2, which contains jQuery 3.3 so probably that is source of all my problems `$(this).selector`...
i created custom admin classes to preserve loading order, but i think there should be some standart solution for this, is there some? ``` class CustomTabularInline(SortableTabularInline): class Media: js =...
@gamesbook i cant get custom menu in admin, instead i am still getting all available apps models. i have two django apps, i have code that you adviced in one...
ok, thanks for answer @gamesbook could you please describe your configuration how you using suit custom menu?
ok, so this is only code what you need to get custom menu work in django admin? cant believe this, because that was first thing what i tryied: traverse through...
ok, i figured out where was problem, i mixed configs for django app and django suit, now it is working
maybe better to use sox command line tool for such tasks
there is already `key` argument in current `sigver.py` `sign_statement` method https://github.com/IdentityPython/pysaml2/blob/8f3b407999b928050c8499dbbaca522b9a50573f/src/saml2/sigver.py#L1699 but probably it is not used in conjuction with config yet
Hallo guys is there some reason why to not use dateutil.rrule.rrulestr for parsing rule params? for example i want repeat rule on first Monday every month, can i achieve this...