Ian Stewart

Results 5 comments of Ian Stewart

I agree the `article_page.html template` it is too styled as is, but there are also problems with it. 1. The container used is transparent. It really needs `class="bg-white"` added so...

I've also successfully integrated coderedcms with an existing project. As recommended above just reproduce the boilerplate that `coderedcms start myproject` creates, but delete the `0002_initial_data.py migration` before migrating because you...

You can see the description of the task models at [https://github.com/arteria/django-background-tasks/blob/master/background_task/models.py]

I can’t think of a way to override the admin without forking your own copy of the project. But instead, it would be easy to write your own ListView and...

This is happening consistently in my Windows development environment. If there is a completed task in the task queue, as soon as the admin page for that task is displayed,...