Re: REST & Django

2010-01-29 Thread pyleaf
thanks. On Fri, Jan 29, 2010 at 7:27 PM, Vladimir Abramov wrote: > Like this: http://bitbucket.org/jespern/django-piston/wiki/Home > > 2010/1/29 pyleaf : > > hi,all. > > how REST looks like in django? > > -- > > Believing is everythig! > > > > -- > Vladimir Abramov. > > -- > You received this me

Re: Manage CSS/JS files in admin views.

2010-01-29 Thread Russell Keith-Magee
On Fri, Jan 29, 2010 at 11:47 PM, patrickk wrote: > @jannis: no, it isn´t. I thinkg you are able to _add_ js to your admin > views, but you´re not able to _remove_ javascripts. there´s still way > too much hardcoded stuff with the admin-interface (IMO). > > I hope that including jquery with the ad

Re: Manage CSS/JS files in admin views.

2010-01-29 Thread patrickk
@jannis: no, it isn´t. I thinkg you are able to _add_ js to your admin views, but you´re not able to _remove_ javascripts. there´s still way too much hardcoded stuff with the admin-interface (IMO). I hope that including jquery with the admin-interface is not a big mistake in the long run. regards

Re: Manage CSS/JS files in admin views.

2010-01-29 Thread Jannis Leidel
Hi Jedie, > In my own project i already have jQuery saved in my own media dir and > i added in my own /admin/base_site.html file. So in some admin views i > have two jQuery included. Isn't Django's media handling capable to help in case you want to use your own version of a JavaScript file shipp

Re: REST & Django

2010-01-29 Thread James Bennett
On Fri, Jan 29, 2010 at 3:02 AM, pyleaf wrote: > hi,all. > how REST looks like in django? General usage questions belong on the django-users list. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." -- You received this message because you are subscribed to the G

Manage CSS/JS files in admin views.

2010-01-29 Thread jedie
I notice that jQuery comes into django with http://code.djangoproject.com/changeset/12297 In my own project i already have jQuery saved in my own media dir and i added in my own /admin/base_site.html file. So in some admin views i have two jQuery included. That's not really good. Managing CSS/JS

Re: REST & Django

2010-01-29 Thread Vladimir Abramov
Like this: http://bitbucket.org/jespern/django-piston/wiki/Home 2010/1/29 pyleaf : > hi,all. > how REST looks like in django? > -- > Believing is everythig! > -- Vladimir Abramov. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post t

Re: Allow me to present myself

2010-01-29 Thread Yuri Baburov
Hi Alexander, Do you mean XML serialization/deserialization? XML is exchange format, it's not efficient for storage purposes. You might feel better asking usage and development related questions in russian in group django-russian, i'll answer there. On Fri, Jan 29, 2010 at 5:07 PM, Alexander Kul

REST & Django

2010-01-29 Thread pyleaf
hi,all. how REST looks like in django? -- Believing is everythig! -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to djang

Allow me to present myself

2010-01-29 Thread Alexander Kuleshov
Hello. My name is Alexander. I'm a programmer. I like django and would like to thank all who participated in it. I myself am a programmer and would like to help draft Django. There is an idea to write ORM for data format in XML? Cуществует whether such technology for the Django at a given time? Tha

Re: double {{ media }} in admin templates...

2010-01-29 Thread jedie
I created a ticket: http://code.djangoproject.com/ticket/12726 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-de

double {{ media }} in admin templates...

2010-01-29 Thread jedie
I have double media files in some admin panel views. See: http://paste.pocoo.org/show/171364/ There is two times {{ media }} in the file contrib/admin/templates/ admin/change_list.html ince Changeset 12298 [1] One in {% block extrastyle %} and one in {% block extrahead %} This is a bug, isn't it?