Closed Zerokami closed 6 years ago
Copy or download the base.html
from djeddit source and paste it in template or a subdirectory in templates.
Now set the following variable in settings.py
to the path of base.html
relative to the templates folder.
I have placed base.html
in templates/djeddit/
.
So I do DJEDDIT_BASE_TEMPLATE = "djeddit/base.html"
I want to change the theming and also the layout of the template.
I also want to change login and signup links.
I am currently cloning djeddit and modifying the
base.html
and doingpython setup.py install
. Is there a better way?