Ring
Ring

Reputation: 13

Change ckan production template

I change the design in the development, I hardcoded and edit the base.html, page.html and etc. and go to the process in ckan production deployment. But when I access the localhost:8080 it uses the default template. How can I change the production design the same with the design of development.

Upvotes: 1

Views: 996

Answers (1)

Urkonn
Urkonn

Reputation: 90

It is better to create a CKAN extension to change the template, that way you can reuse it.

You can check the documentation:
http://docs.ckan.org/en/latest/theming/index.html

Here is an example of a custom theme for CKAN

https://github.com/mxabierto/ckanext-dgm

Upvotes: 1

Related Questions