Thomas Weholt

Results 6 issues of Thomas Weholt

I've tried to use django-faq in my django project, but an exception gets thrown when trying to do python manage.py makemigrations/migrate: "Models aren't loaded yet". Are there any special considerations...

This might not be related directly to coderedcms, but I've subclassed one of the base pages from that project so maybe. Anyhow, this is my page model: ``` class ArticleIndexPage(CoderedArticleIndexPage):...

Type: Question

I've followed the instructions regarding wagtail-cache, and added the middleware (adding "wagtailcache.cache.UpdateCacheMiddleware" first and "wagtailcache.cache.FetchFromCacheMiddleware" last) as instructed, but none of my URLs are cached in production, and the response...

Type: Question

I love the "Advanced settings" fields in the blocks in crx, but when I try to subclass BaseBlock in my own blocks I see the advanced settings fields in the...

Type: Question

Tried to install the latest version of wagtail-wordpress-import and it fails when trying to build lxml. I've tried installing binary versions of lxml, but nothing works. error: command 'C:\\Program Files...

help wanted

**Describe the solution you'd like** It would be awesome to have a dockerfile and a docker-compose.yml to spin this up as just a web app running in docker.