How can we put "cotton" directory in more than one app's template directory ? #283
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
wrabit
May 2, 2025
Replies: 1 comment 1 reply
-
|
Hi @PKDmeDEV, checkout https://django-cotton.com/docs/quickstart#templates-location You will have to specify your app templates folders in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wrabit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @PKDmeDEV, checkout https://django-cotton.com/docs/quickstart#templates-location
You will have to specify your app templates folders in
"DIRS": ["..."],in your settings.py