question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[feature request] Add admin link

See original GitHub issue

I am wondering is it’ll be a good idea to add link to django-controlcenter app from admin page without guessing which url I need to paste.
What do you think?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
minusfcommented, Jan 14, 2019

the nav-global block is also useful for this.

but it’s true that this could be included in the docs somewhere…

0reactions
PiDelportcommented, Aug 29, 2018

For what it’s worth, I did this by overriding the admin/base_site.html template (it’s small), and adding to the userlinks block:

{% block userlinks %}
    <a href="{% url 'controlcenter:dashboard' 'foo' %}">Dashboard</a> /
    {{ block.super }}
{% endblock %}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Top Nav · Issue #271 · thoughtbot/administrate - GitHub
An API to add new links (such as giving users the ability to link to a CMS admin and/or a jobs dashboard possible)...
Read more >
794 add link to admin/mailman on /admin page - SourceForge
We had a situation recently where a mailing list admin lost the password for that list. SF support pointed me to an admin...
Read more >
Submit ideas for Google Workspace
Submit a feature idea · Go to the Google Workspace Feature Ideas Community. · At the top right, click Login to ask a...
Read more >
Making Feature Requests | Your account settings
This help file will guide you through creating a new feature request and viewing existing ones. Any eDesk user can submit a feature...
Read more >
Redirect admin post links to the public portal post if non ...
Admins can accidentally copy the admin link to a post and share it with their users, at the moment we will automatically redirec......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found