Skip to content

Instantly share code, notes, and snippets.

@franckbret
Created October 20, 2010 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franckbret/636646 to your computer and use it in GitHub Desktop.
Save franckbret/636646 to your computer and use it in GitHub Desktop.
Add example on templates skinning
diff --git a/docs/FAQ.rst b/docs/FAQ.rst
index 93b74df..9331491 100644
--- a/docs/FAQ.rst
+++ b/docs/FAQ.rst
@@ -7,6 +7,12 @@ Frequently Asked Questions
as generic as possible. But you can easily change them by
`specifying a template directory
<http://docs.djangoproject.com/en/dev/ref/templates/api/#loading-templates>`_.
+
+ You can also create your own app with zinnia templates inheritance. You can
+ find here an app example with html5 templates skins for zinnia wich can be a
+ good starting point for making your own.
+ `Django Blog Quintet
+ <http://github.com/franckbret/django-blog-quintet>`_.
* How can I use the image field for fitting to my skin ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment