Sgar80

Results 2 comments of Sgar80

Hi guys, I found out a way to load saved results in the right order. It's not elegant but it works and I think it's the only way with this...

> that's because of the `LOGIN_REQUIRED_IGNORE_PATHS` list set in `cms/settings.py`: > > ```python > LOGIN_REQUIRED_IGNORE_PATHS = [ > r'/accounts/login/$', > r'/accounts/logout/$', > r'/accounts/signup/$', > ] > ``` > > just...