I am trying to customize a ckan 2.3 installation with a template.
I followed this documentation.
When I try to restart the ckan I get a whole bunch of error messages ending with
"ImportError: No module named plugin"
I have not changed any of the files named in the error-messages.
What can I do to get a custom template running?
--- UPDATE ---
I am importing the template with
ckan.plugins = stats text_view image_view recline_view datastore example_theme
The ckan is started with
paster serve --reload /etc/ckan/default/development.ini (restarting the machine don't makes a difference)
compiling the template was no problem and gave no error