-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Add admin link #3
Comments
That's totally my thought! |
@byashimov Cool! But I don't like useless dependencies=) There is a hack. You can create model without doing migrations and override url to dashboards. In this case you don't need to override admin templates |
I've got you. |
You can provide a workaround in here or put it directly in docs as a pull request, say, on example page, then I will publish it on readthedocs. |
For what it's worth, I did this by overriding the {% block userlinks %}
<a href="{% url 'controlcenter:dashboard' 'foo' %}">Dashboard</a> /
{{ block.super }}
{% endblock %} |
the but it's true that this could be included in the docs somewhere... |
I would be nice to have the possibility to show a link to the dashboard using just a setting. |
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?
The text was updated successfully, but these errors were encountered: