GithubHelp home page GithubHelp logo

Comments (6)

andreashhpetersen avatar andreashhpetersen commented on June 2, 2024 1

Hello @app-generator ,
I am installing it as a custom admin theme using:

pip install django-admin-volt

So where should I place my customized HTML file inside my Django app to override default templates?

@sridhar562345 were you able to replace the default HTML file? I'm trying to do the same thing.

Hi @dlopespenna and @sridhar562345
You can override or replace by adding your own file to a directory called admin somewhere on your template search path (defined in settings.TEMPLATES). For example, in my settings I have

TEMPLATES = [
    {
        'BACKEND': ...,
        'DIRS': [ BASE_DIR \ 'templates' ],
    },
]

and then I can override the dashboard default by adding my own templates/admin/index.html.

The documentation doesn't provide much info on working with django-admin-volt, but you can generally just follow the normal Django documentation on the admin page.

from django-volt-dashboard.

app-generator avatar app-generator commented on June 2, 2024

Hello @sridhar562345,

Try to edit the dashboard page. The link for the main dashboard is thin one apps/templates/home/index.html

https://github.com/app-generator/django-volt-dashboard/blob/master/apps/templates/home/index.html

from django-volt-dashboard.

sridhar562345 avatar sridhar562345 commented on June 2, 2024

Hello @app-generator ,

I am installing it as a custom admin theme using:

pip install django-admin-volt

So where should I place my customized HTML file inside my Django app to override default templates?

from django-volt-dashboard.

dlopespenna avatar dlopespenna commented on June 2, 2024

Hello @app-generator ,

I am installing it as a custom admin theme using:

pip install django-admin-volt

So where should I place my customized HTML file inside my Django app to override default templates?

@sridhar562345 were you able to replace the default HTML file?
I'm trying to do the same thing.

from django-volt-dashboard.

sridhar562345 avatar sridhar562345 commented on June 2, 2024

Hello @app-generator ,
I am installing it as a custom admin theme using:

pip install django-admin-volt

So where should I place my customized HTML file inside my Django app to override default templates?

@sridhar562345 were you able to replace the default HTML file? I'm trying to do the same thing.

Hi @dlopespenna,

You will have to fork the repo and change the template according to your use case, that's the only way I got succeded.
I wasn't able to do this by replacing the templates directly in the Django templates.

from django-volt-dashboard.

Spirit-Maker avatar Spirit-Maker commented on June 2, 2024

Hello @app-generator ,
I am installing it as a custom admin theme using:

pip install django-admin-volt

So where should I place my customized HTML file inside my Django app to override default templates?

@sridhar562345 were you able to replace the default HTML file? I'm trying to do the same thing.

Hi @dlopespenna,

You will have to fork the repo and change the template according to your use case, that's the only way I got succeded. I wasn't able to do this by replacing the templates directly in the Django templates.

I have copied templates and templatetags from the admin-volt in library to my app. I am facing issue related to templatetags. Apparently you have to add app in settings which is already in installed apps becuase it is my main app. I even renamed the templatetags py file to app name. Screenshot attached for reference.

image

image

Please guide me what I am doing wrong in this case.

from django-volt-dashboard.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.