Code Monkey home page Code Monkey logo

Comments (3)

joegillon avatar joegillon commented on June 3, 2024

Progress... I can get shortcuts to work on a project without a custom admin app by adding this to settings.py:

TEMPLATE_CONTEXT_PROCESSORS = (
'django.contrib.auth.context_processors.auth',
'django.core.context_processors.request',
)

Now, with the customized admin app I get

settings.ADMIN_SHORTCUTS is improperly configured

And the location is

C:\Python27\lib\site-packages\admin_shortcuts\templatetags\admin_shortcuts_tags.py in admin_shortcuts, line 26

So it seems it's not seeing my copied admin_shortcuts. Stay tuned...

from django-admin-shortcuts.

joegillon avatar joegillon commented on June 3, 2024

Uh oh. Looks like I simply had some sort of typo in my ADMIN_SETTINGS. Works fine now on projects with custom admin or not custom admin. Just needed the TEMPLATE_CONTEXT_PROCESSORS bit.

from django-admin-shortcuts.

joegillon avatar joegillon commented on June 3, 2024

OK, maybe the last word on this. Turns out all I needed from admin_shortcuts on a customized admin app was the index.html file. I had made a copy of the Django admin version and edited it. Of course, I lost that edit when I replaced it with the admin-shortcuts index.html file. When I switch back to it I lose the shortcuts. So, simply copy the admin_shortcuts index.html instead of the Django one, and edit it.

To summarize, I needed the admin_shortcuts index.html plus the above TEMPLATE_CONTEXT_PROCESSORS stuff.

from django-admin-shortcuts.

Related Issues (20)

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.