-
Using uwsgi instead of gunicorn has some advantages, like having cronjobs and it's configureable with an `uwsgi.ini`
```
[uwsgi]
http = 0.0.0.0:8000
master = True
processes = 8
threads = 2
m…
-
Sorry about the title, I am not sure how to name this issue as it is very specific and related to a specific post.
I am still investigating where it comes from but thought I could post it as some of…
-
I am almost done with creating a website and I came across this cms, so I wonder if I can Integrate it into my wagtail project?
-
When dumping the content of an existing database with the following command:
```
$> django-admin.py dumpdata --natural-foreign --indent=4 -e contenttypes -e auth.Permission -e sessions > /tmp/my_wagt…
-
> ℹ️ **Part of the [Stimulus 🎛️ RFC 78](https://github.com/wagtail/rfcs/pull/78)**
### Is your proposal related to a problem?
We currently have two (potentially more) implementations of conditio…
-
### Issue Summary
Given a page with a stream field that is setup to require content (`null=False`), when I am not setting a value for the stream field (programmatically) and call `full_clean()`…
-
Hi, I had a hard time trying to figure out how to use wagtailnews in templates. I had to use template debugging tools to finally find out that these variables are mainly to be used:
```
newsitem_lis…
-
### Is your proposal related to a problem?
I would like to see more columns on the `SnippetChooserBlock` chooser to give editors better orientation. My current asset chooser looks like this:
![Sní…
-
**EDIT: You can temporarily work around this by deleting ``wagtail/images/tests/test_signal_handlers.py``** (but please don't commit this)
When running ``runtests.py --postgres --keepdb`` for the s…
-
### Is your proposal related to a problem?
Upgrading an existing site from wagtail 2.10 with [infoportugal/wagtail-modeltranslation](https://github.com/infoportugal/wagtail-modeltranslation) to wag…