clintecker / django-chunks

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.
http://github.com/clintecker/django-chunks
BSD 3-Clause "New" or "Revised" License
304 stars 101 forks source link

Added description field to Chunks #5

Closed JoeJasinski closed 13 years ago

JoeJasinski commented 13 years ago

Hi Clinton,

I like your django chunks project. Simple, easy to use, and effective. I thought that I might add an optional description field to the model so users of the django admin can have more to go on than the slug alone for identifying where on the site the chunk belongs. Thought you might be interested in the changes.

Cheers, Joe

clintecker commented 13 years ago

Sounds great, thanks! :)