Skip to content

A very simple Django application to be used for defining text blocks or pages on a website.

Notifications You must be signed in to change notification settings

floledermann/django-snips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A very simple Django application to be used for defining text blocks or pages on a website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published