django-chunks icon indicating copy to clipboard operation
django-chunks copied to clipboard

Think of it as flatpages for small bits of reusable content you might want to insert into your templates and manage from the admin interface.

Results 11 django-chunks issues
Sort by recently updated
recently updated
newest added

Anyone know if this is possible? I've messed around a bit and can't seem to get anything to work so I assume it won't work but was curious if anyone...

added support for python 3 here: 31fe485b905395f756390726d37b642747ce6993

![Uploading heroku error.png . . .]() Failed to install on Heroku server : Error No distributions at all found for django-chunks (from -r requirements/base.txt (line 22)) Storing debug log for...

Is it capable of rendering context variable?

Please, we're using chunks in many projects, and it would be great if we can download it with setuptools. Thanks!

The Chunk key field is a CharField, which can take almost any kind of character data, including Unicode, spaces, whatever. In the templatetag, the chunk key is used as part...

If you don't pass a cache timeout to `{% chunk %}`, the chunk contents will be cached forever (or until the cache runs out of space). I can't see how...

It would be nice to be able to include a chunk in a similar fashion to the way the `{% include %}` tag works. I've created a patch that adds...