By chance do you have any screenshots in your documentation?
-Abraham V.
On Tuesday, May 30, 2017 at 8:39:54 AM UTC-4, izi wrote:
>
> Hello,
>
> We are happy to announce the availability of the version 0.8.1 of
> django-admin-tools:
> https://pypi.python.org/pypi/django
Hello,
We are happy to announce the availability of the version 0.8.1 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.8.1
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and
Hello,
We are happy to announce the availability of the version 0.8.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.8.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and
Hello,
We are happy to announce the availability of the version 0.7.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.7.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and
Hi, great news!
>From django-admin-tools 0.5.2 version to 0.6.0 had database changes or we
need execute migrate with --fake option?
By.
2015-07-07 14:19 GMT-03:00 David Jean Louis :
> Hello,
>
> We are happy to announce the availability of the version 0.6.0 of
> django-admin
Hello,
We are happy to announce the availability of the version 0.6.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.6.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and
e this app but
> try to add this line o top of your views file:
>
> # -*- coding: utf-8 -*-
>
>
> 2013/6/26 Jaimerson Leandro Amaro de Araújo
>
>
> (I posted this on django-admin-tools mail
t; changing default charset for that app.
>>>
>>> Em quarta-feira, 26 de junho de 2013 10h16min02s UTC-3, Odin escreveu:
>>>>
>>>> Think it's an encode problem. I never use this app but try to add this
>>>> line o top of your views file:
>>&g
n02s UTC-3, Odin escreveu:
>>>
>>> Think it's an encode problem. I never use this app but try to add this
>>> line o top of your views file:
>>>
>>> # -*- coding: utf-8 -*-
>>>
>>>
>>> 2013/6/26 Jaimerson Leandro Amaro de
of your views file:
>>
>> # -*- coding: utf-8 -*-
>>
>>
>> 2013/6/26 Jaimerson Leandro Amaro de Araújo
>>
>>> (I posted this on django-admin-tools mail list, but apparently there's
>>> no one alive there)
>>>
>>>
>>>
;> line o top of your views file:
>>
>> # -*- coding: utf-8 -*-
>>
>>
>> 2013/6/26 Jaimerson Leandro Amaro de Araújo
>>
>>> (I posted this on django-admin-tools mail list, but apparently there's
>>> no one alive there)
>>>
>>
our views file:
>
> # -*- coding: utf-8 -*-
>
>
> 2013/6/26 Jaimerson Leandro Amaro de Araújo
> >
>
>> (I posted this on django-admin-tools mail list, but apparently there's no
>> one alive there)
>>
>>
>> Hello, I'm stuck in a encoding issu
Think it's an encode problem. I never use this app but try to add this line
o top of your views file:
# -*- coding: utf-8 -*-
2013/6/26 Jaimerson Leandro Amaro de Araújo
> (I posted this on django-admin-tools mail list, but apparently there's no
> one alive there)
>
>
&
(I posted this on django-admin-tools mail list, but apparently there's no
one alive there)
Hello, I'm stuck in a encoding issue, on the dashboard template. Some of my
models have fields with non-ascii characters (like "à" or "á"), and when I
try to load the p
(I have posted this on django-admin-tools specific mailing list, but
apparently there's no one alive there)
Hello, I'm stuck in a encoding issue, on the dashboard template. Some of my
models have fields with non-ascii characters (like "à" or "á"), and when I
t
Hello,
I'm happy to announce the availability of the version 0.5.0 of
django-admin-tools:
https://pypi.python.org/pypi/django-admin-tools/0.5.0
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customi
> thanks for sharing, I'll try to understand it.
>
> where should I put this file? inside localsite?
>
> what admin template are you talking about? the admin tools or the plain
> admin?
dashboard's (it's part of admin_tools) admin/index template.
> I thought of using the admin tools templates and
thanks for sharing, I'll try to understand it.
where should I put this file? inside localsite?
what admin template are you talking about? the admin tools or the plain
admin?
I thought of using the admin tools templates and building from that, but
all I got was noReverseMatch erros, looks like th
> I thought they extended the templates instead of trying to replace
> everything
they don't replace everything. But the admin site's index template is
called 'admin/index.html', so it's not easy to extend them. They DO
extend admin/base.html.
This is my dashboard.py file, where I create a modul
; templates, since both apps redefine templates/admin/index.html and
> some other templates.
>
> The best approach, I think, is just use django-admin-tools' templates
> and create custom dashboard/modules to duplicate satchmo's templates'
> behavior
>
> On Sun, Jul
Yes, you'll need to get your hands dirty, and merge the two admin
templates, since both apps redefine templates/admin/index.html and
some other templates.
The best approach, I think, is just use django-admin-tools' templates
and create custom dashboard/modules to duplicate satchmo
Hi,
I'm trying to use django admin tools with satchmo, I installed satchmo in
my dev machine and made a store with clonesatchmo.py
after that the store seemed to be running fine, so I installed
django-admin-tools using the instructions on their website
but I didn't manage to make
"but I read that django-admin-tools is one of django-cms apps."
that is incorrect. The initial design and idea started on our blog [1] but
it was never implemented by us, so someone else did and thus
django-admin-tools was created.
[1] https://www.django-cms.org/en/blog/2009/10/29
I have a project in which I use django-cms and django-admin-tools together
in production and I hadn't had any problems using it until now.
On Tue, Dec 27, 2011 at 9:27 AM, Maxim Boyarskiy
wrote:
> Hi Guys,
>
> One question here: Is it possible and justified to use django-admin
Hi Guys,
One question here: Is it possible and justified to use django-admin-
tools over django-cms? I have no experience with Django-CMS and django-
admin-tools, but I read that django-admin-tools is one of django-cms
apps. I mean, I have to implement user filled resource and I look at
cms, but
Does anyone know how to control which column a module appears in,
using django-admin-tools?
it seems to just split the modules up into even numbers of modules per
column, but they aren't all the same size and some i want in specific
columns so they appear at the top, as alerts. Anyone know h
Hello,
I'm happy to announce the availability of the version 0.4.0 of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable men
izi wrote:
> > Hi,
> >
> > As I said in my previous mail, you should bring this to the django-
> > admin-tools mailing list:
> http://groups.google.com/group/django-admin-tools/
> >
> > > My guess is documentation is wrong.I think admin_tools media folder
Thanks for that link up there, David, solved my (similar, but not
really similar) problem.
Although this has me concerned about deployment issues...
-gnarmis
On Jun 1, 8:46 am, izi wrote:
> Hi,
>
> As I said in my previous mail, you should bring this to the django-
> admin-t
nevermind my last mail, solved.
Helpful link:
http://docs.djangoproject.com/en/1.1/howto/static-files/#howto-static-files
On Jun 1, 8:46 am, izi wrote:
> Hi,
>
> As I said in my previous mail, you should bring this to the django-
> admin-tools mailing list:http://groups.google.com/
re.context_processors.auth',
'django.core.context_processors.debug',
'django.core.context_processors.i18n',
'django.core.context_processors.media',
# django 1.2 only
'django.contrib.messages.context_processors.messages',
# required by django-admin-tools
Hello,
I'm happy to announce the availability of the version 0.3.0 of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable men
Hi,
As I said in my previous mail, you should bring this to the django-
admin-tools mailing list:
http://groups.google.com/group/django-admin-tools/
> My guess is documentation is wrong.I think admin_tools media folder
> should be inside django.contrib.admin.
No, the documentation is ok,
7;, include('---.foo.urls')),
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
# to INSTALLED_APPS to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment t
Hi,
On 30 mai, 08:43, rahul jain wrote:
> Hi Django,
>
> Anybody able to ran django-admin-tools successfully. I followed the
> instructions from this website
>
> http://packages.python.org/django-admin-tools/0.2.0/quickstart.html#q...
>
> I was expecting a new theme for
Hi Django,
Anybody able to ran django-admin-tools successfully. I followed the
instructions from this website
http://packages.python.org/django-admin-tools/0.2.0/quickstart.html#quickstart
I was expecting a new theme for dashboard and index page after hitting
admin link but its still the same
Hello,
I'm happy to announce the availability of the version 0.2.0 of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable menu bar,
*
Le 10/02/2010 09:56, David Jean Louis a écrit :
Hello,
I'm happy to announce the availability of the first public release of
django-admin-tools.
For those interested in the project, I've setup a mailing list to share
ideas on django-admin-tools future developm
On wo, 2010-02-10 at 09:56 +0100, David Jean Louis wrote:
> I'm happy to announce the availability of the first public release of
> django-admin-tools.
>
> Django-admin-tools is a collection of extensions/tools for the
> default
> django administration interface, it
Hello,
I'm happy to announce the availability of the first public release of
django-admin-tools.
Django-admin-tools is a collection of extensions/tools for the default
django administration interface, it includes:
* a full featured and customizable dashboard,
* a customizable men
40 matches
Mail list logo