New to Django, is there an easy way to use this jazzmin style for other templates #343
|
Hello, First of all, thank you for making this awesome looking package. I am a newcomer to Django programming (and python too). Best, |
Answered by
shaishguni
Nov 4, 2021
Replies: 3 comments 2 replies
|
Yeah, there is if you just want to just custom the admin just download the static and templates and keep it as it is in your project if you already have one template/static dir then you can just paste the internal dir of it and it's done the same to the static of its already made. |
1 reply
Answer selected by
observer117
|
Thank you very much!
…On Thu, Nov 4, 2021 at 6:01 PM Shaish Guni ***@***.***> wrote:
Yeah, there is if you just want to just custom the admin just download the
static and templates and keep it as it is in your project if you already
have one template/static dir then you can just paste the internal dir of it
and it's done the same to the static of its already made.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#343 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIHOGGBJHI34C5ZZXYGMSUTUKJKWNANCNFSM5FMATCCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
1 reply
|
Closing as this discussion has an answer. Feel free to reopen/comment if needed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, there is if you just want to just custom the admin just download the static and templates and keep it as it is in your project if you already have one template/static dir then you can just paste the internal dir of it and it's done the same to the static of its already made.