python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Wagtail and allauth - allauth is inheriting site name from django not wagtail
I am using allauth with wagtail. I have name my site 'mysite' in the wagtail admin, but when sign up emails refer to 'example.com'
My settings.py has apps in the following order
[ ...
'django.co...
RobMcC
Votes: 0
Answers: 1
Wagtail ChoiceBlock dynamic default value
I have a wagtail ChoiceBlock, thats dynamically loading it's choices from a function. My question is how do I set the default as the first value returned from that function?
index = ChoiceBlock(
c...
Tanner Grimes
Votes: 0
Answers: 0
Django unspecified error when deploying on Apache2
Below is the error when I try deploy Django==3.2.12, wagtail==2.16.1, python 3.8.2, mod_wsgi 4.9 on a Debian 11 server. I have a full stack trace at the end.
class SimpleLazyObject(LazyObject):
TypeEr...
sqwale
Votes: 0
Answers: 1
Errors when viewing pages with children in admin UI after DB migration
After migrating our project from MySQL to PostgreSQL, parts of the admin UI has broken. When navigation to pages with children, an error is thrown which seems to originate from Wagtail core. Here's th...
dellitsni
Votes: 0
Answers: 1