django-richtemplates‘s source distribution comes with example project located at example_project of the archive. It’s settings module is configured so it would try to lookup django-richtemplates in it’s parent directory (so try not to move it).
Remember that django-richtemplates needs Django >=1.2 (see Installation and Configuration sections for more information).
Note
We strongly recommend to use virtualenv, virtualenvwrapper and pip combo. You could simply create virtual environment:
mkvirtualenv --no-site-packages richtemplates_test
Simply follow those steps in order to get example_project running:
Example projects shows: