Re: ANN: django-admin-tools 0.8.1 released

2017-05-30 Thread 'Abraham Varricatt' via Django users
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

ANN: django-admin-tools 0.8.1 released

2017-05-30 Thread David Jean Louis
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

ANN: django-admin-tools 0.8.0 released

2016-08-12 Thread David Jean Louis
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

ANN: django-admin-tools 0.7.0 released

2015-11-05 Thread David Jean Louis
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

Re: ANN: django-admin-tools 0.6.0 released

2015-07-07 Thread Leandro Zanuz
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

ANN: django-admin-tools 0.6.0 released

2015-07-07 Thread David Jean Louis
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

Re: Django-admin-tools unicode problem

2013-06-28 Thread Roberto López López
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

Re: Django-admin-tools unicode problem

2013-06-28 Thread Sandro Dutra
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

Re: Django-admin-tools unicode problem

2013-06-27 Thread Jaimerson Leandro Amaro de Araújo
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

Re: Django-admin-tools unicode problem

2013-06-26 Thread gilberto dos santos alves
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) >>> >>> >>>

Re: Django-admin-tools unicode problem

2013-06-26 Thread Sandro Dutra
;> 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) >>> >>

Re: Django-admin-tools unicode problem

2013-06-26 Thread Jaimerson Leandro Amaro de Araújo
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

Re: Django-admin-tools unicode problem

2013-06-26 Thread Sandro Dutra
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) > > &

Django-admin-tools unicode problem

2013-06-26 Thread 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 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

Django-admin-tools unicode problem

2013-06-26 Thread Jaimerson Leandro Amaro de Araújo
(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

ANN: django-admin-tools 0.5.0 released

2013-03-06 Thread David Jean Louis
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

Re: satchmo and django-admin-tools

2012-07-16 Thread Tomas Neme
> 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

Re: satchmo and django-admin-tools

2012-07-16 Thread Avraham Serour
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

Re: satchmo and django-admin-tools

2012-07-16 Thread Tomas Neme
> 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

Re: satchmo and django-admin-tools

2012-07-16 Thread Avraham Serour
; 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

Re: satchmo and django-admin-tools

2012-07-16 Thread Tomas Neme
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&#

satchmo and django-admin-tools

2012-07-15 Thread אברהם סרור
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

Re: Django CMS and django-admin-tools are together?

2011-12-27 Thread Jonas Obrist
"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

Re: Django CMS and django-admin-tools are together?

2011-12-27 Thread Denis Darii
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

Django CMS and django-admin-tools are together?

2011-12-27 Thread Maxim Boyarskiy
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

django-admin-tools column module placement

2011-08-05 Thread ironfroggy
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

ANN: django-admin-tools 0.4.0 released

2010-12-13 Thread David Jean Louis
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

Re: django-admin-tools

2010-08-02 Thread yalda nasirian
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

Re: django-admin-tools

2010-07-28 Thread gnarmis
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

Re: django-admin-tools

2010-07-28 Thread gnarmis
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: django-admin-tools

2010-07-28 Thread gnarmis
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

ANN: django-admin-tools 0.3.0 released

2010-07-16 Thread David Jean Louis
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

Re: django-admin-tools

2010-06-01 Thread izi
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,

Re: django-admin-tools

2010-05-31 Thread rahul jain
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

Re: django-admin-tools

2010-05-30 Thread izi
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

django-admin-tools

2010-05-29 Thread rahul jain
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

ANN: django-admin-tools 0.2.0 released

2010-03-15 Thread David Jean Louis
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, *

Re: ANN: django-admin-tools 0.1.0 released

2010-02-14 Thread David Jean Louis
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

Re: ANN: django-admin-tools 0.1.0 released

2010-02-11 Thread Dennis Kaarsemaker
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

ANN: django-admin-tools 0.1.0 released

2010-02-10 Thread David Jean Louis
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