Robert Bullock

Results 3 issues of Robert Bullock

I believe I have everything installed and configured correctly. `STATICFILES_FINDERS = [ "django.contrib.staticfiles.finders.FileSystemFinder", "django.contrib.staticfiles.finders.AppDirectoriesFinder", "compressor.finders.CompressorFinder", ]` ``` COMPRESS_ENABLED = True COMPRESS_REBUILD_TIMEOUT = 2592000 # (30 days in seconds) COMPRESS_OFFLINE =...

So we want to use Active Directory's SID ("objectSID") for our user lookups instead of "username". This is because usernames can change but SID does not. If we use "username"...

First of all, thank you for this wonderful extension! My issue is I can't achieve full-width for the tabs due to the "raw group" container being set to "full", not...