Skip to content
Discussion options

You must be logged in to vote

That's great to know. I'll fiddle more with, but I'm happy this is working. I have a bunch of cards I want to support on a few Django websites (DjangoTV and Django News Jobs), so this really helps me scratch an itch. Thanks again!

For anyone else who stumbled on this, when you use django_cotton and template_partials together, you have to use their SimpleAppConfig's so they will work together.

INSTALLED_APPS += [
    "django_cotton.apps.SimpleAppConfig",
    ...
    "template_partials.apps.SimpleAppConfig",
]

And this is in the docs which I totally missed. 🤦

https://django-cotton.com/docs/django-template-partials

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@wrabit
Comment options

@jefftriplett
Comment options

@wrabit
Comment options

@jefftriplett
Comment options

Answer selected by jefftriplett
@carltongibson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants