Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 909 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 909 Bytes

django-snips

A very simple Django application to be used for defining text blocks or pages on a website. It is called django-snips to avoid confusion with the django snippets website, internally the package and models are called snippets.

It is similar to the django.contrib.flatpages or flatblocks applications, adding the following features:

  • Each snippet can have a file attached to it - this can be used to upload images and other media.
  • A snippet can have child snippets. This and the above allows you to create things like galleries.
  • A snippet can be assigned to categories. You can create menus or other lists with all snippets from a category.
  • A snippet can have a language associated with it. You can easily select snippets matching the visitor's language.