Dan Swain
Dan Swain
@hishnash Yes, I was able to set the session cookie from the Django view, and that pretty much does what I need it to. If saving the session cookie doesn't...
@ababic I appreciate all the effort that you have put into this feature. I don't currently have a use for the `Page` proxy model functionality, but I really do need...
@ababic I just finished updating a project that uses several proxy models to Wagtail 2.5/Django 2.2. This [StOflw answer](https://stackoverflow.com/a/56192424/5548239) contains a brief summary. A thought: The Django migration to update...
OK @ababic, so within the last couple of days I've been assigning user rights in the project [referenced above](https://github.com/wagtail/wagtail/issues/4973#issuecomment-493589311) which was updated to Wagtail 2.5/Django 2.2. I was stunned to...
Yes @ababic, these proxy models are all registered with ModelAdmin in `wagtailhooks.py`, and I just confirmed, by removing the ModelAdmin declarations, that this is what is causing them to appear...
I've been working to implement `django-two-factor-auth` alongside `allauth`. I am using this package instead of `django-allauth--2fa` because we want to offer email and text message-based 2FA, and `django-allauth--2fa` only supports...
An error occurs when `related_modal_active` is set to `True`. In the console it provides two messages: - Refused to display 'http://127.0.0.1:8000/' in a frame because it set multiple 'X-Frame-Options' headers...
StackOverflow would be a better place to post a support-type question like this, but in a nutshell, `pipenv install`, when used by itself, creates a new venv if none exists...
@buhtz Just a pipenv user here, not a maintainer. I certainly didn't mean to be impolite and didn't mean that your question was a bad one, so I'm sorry that...
In general, I like the summary that https://search.brave.com provides when I do a search, so [this information](https://search.brave.com/search?q=what+is+the+purpose+of+pipenv&source=web) might be useful.