You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for django-admin-tools.
django-admin-tools is a collection of tools for the django administration interface, it includes a full featured and customizable dashboard, a customizable menu bar and tools to make admin ui theming easier.
|
|
|
External links not well formed
|
| |
Hi all Im using dat 0.5. and django 1.4.3. It is just installed and not customized at all. I can access the admin, all the apps are there, but the links are embraced by double quotes and prepended by the server's url For the default dashboard, the quick sections module my links to Return to Site and Change password point at... more »
|
|
ANN: django-admin-tools 0.5.0 released
|
| |
Hello,
I'm happy to announce the availability of the version 0.5.0 of
django-admin-tools:
[link]
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,... more »
|
|
Make the prepopulated slug field as readonly in Django Admin
|
| |
I want to make the slug field as read_only depending on the other field value like "lock_slug". Means There will be Two conditions. 1) When value of "lock_slug" is false then the slug field directly prepopulated from the field "title". prepopulated_fields = {"slug": ("title",),} 2) When value of "lock_slug" is true then the slug field make as readonly.... more »
|
|
No module name Dashboard
|
| |
Environment: Request Method: GET Request URL: [link] Django Version: 1.4.2 Python Version: 2.7.3 Installed Applications: ('admin_tools', 'admin_tools.menu', 'admin_tools.dashboard', 'django.contrib.auth', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.contenttypes',... more »
|
|
Menu appearance in Internet Explorer 8
|
| |
Hi In my tests the top menu doesn't seem to display correctly in IE8. Does anybody else have this problem? Or is it something in my installation? Before I delve into the CSS, has anybody had the chance to work on it? Tobia
|
|
a error under django1.4
|
| |
i install the admin_tools via doc. but in admin_tools/dashboard/views.py : from django.views.generic.simple import direct_to_template which is replaced by TemplateView in django 1.4! so, how can i updated the admin_tools for django 1.4? thanks.
|
|
NoReverseMatch at /admin/
|
| |
I'm running django 1.3.1.. Traceback: File "/home/chris/.virtualenvs/summ it/lib/python2.6/site-packages /django/core/handlers/base.py" in get_response 111. response = callback(request, *callback_args, **callback_kwargs) File "/home/chris/.virtualenvs/summ it/lib/python2.6/site-packages /django/contrib/admin/sites.py "... more »
|
|
django-livesettings integration
|
| |
Hello, Awesome package. It really does make the django admin presentable to clients out the box. Thanks! I am trying to integrate django-livesettings. I created a custommenu (menu.py) file and added a link to the livesettings url (admin/settings). This works without a problem. My issue is the application &... more »
|
|
customizing menu
|
| |
Hello.
first of all happy easter (who is celebrating).
I have customized the menu.py as in docs. I have gone one step further
and have customized the items.py.
So I have now in my menu.py
...from admin_tools.menu import Menu
import items
where items is in my project folder.
The problem is that I have lost the bookmark star on the right. I have... more »
|
|
adding languages to dashboard menu
|
| |
Hello!
I want to add the language menu.
I have started with the following code that works:
{% get_available_languages as LANGUAGES %}
{% get_current_language as LANGUAGE_CODE %}
<form action="/favxp/i18n/setlang/" method="post"> {%
csrf_token %}
<select name="language">... more »
|
|
|