R. Miles McCain
R. Miles McCain
I think it's ok to make it slightly more complicated for developers (i.e., ok to specify two files with `-f`) -- really I just want to make sure that the...
@sergioisidoro thanks again for this PR! I just wanted to check whether you think the approach where developers use `-f` to override makes sense?
Yeah, the approach you outlined does make sense. Let’s go with that.
Closing due to inactivity. Please feel to reopen if you're interested in implementing these changes.
Hmm good catch. Thanks for looking into it.
Good point. Per https://stackoverflow.com/questions/21465528/resolving-ambiguoustimeerror-from-djangos-make-aware, it seems like this is fixed in Django 4. So perhaps the easiest solution is to just get Shynet on Django 4! (Which is something I'd...
Thanks @sergioisidoro! I might use these in the next update.
We could just not pass it when `newPageLoad` is called, and handle null values on the backend. This feels like the 'truest' solution.
This is definitely something on my wish-list. That said, it would be difficult to implement without significantly complicating the user authentication model. Right now, Shynet uses [Allauth](https://www.intenct.nl/projects/django-allauth/) as its primary...
That looks great, @robd003. I’ll officially add this to the roadmap this weekend.