Language Translation using multilingual in django

2012-05-10 Thread Madhu
Hi! I am new in django. I use multilingual & create flatpages. I add different languages into settings.py & i display all available languages in template, But i want to covert the content of flatpages into another language as per user requirement by using url getting current language code, can an

Re: Language Translation using multilingual in django

2012-05-11 Thread Madhu
ly want to display information but dont want to work with > translations in code you can try > > https://github.com/juanpex/django-model-i18n/ > > On Thu, May 10, 2012 at 10:13 AM, Madhu wrote: > >> Hi! >> I am new in django. >> I use multilingual & c

Soap Webservices with suds returns pdf response

2012-05-24 Thread Madhu
Hi! all I make client using suds & call the SOAP webservice & i get the response as pdf string format, but it is not in proper format, i want to convert it into proper format & store it in the pdf file. Can anybody suggest me, how this can be done? Thanks in advance. -- You received this mes

Webservice return pdf

2012-05-28 Thread Madhu
Hi! all I create client & through client i call the web service. which returns pdf file, i want to stored that file directly. I use this response['Content-Disposition'] = 'attachment; filename= 'demo.pdf' but it will ask the user to store the file, but i want to store it automatically on server. c

Re: Merging results from two tables

2012-07-23 Thread Madhu
Hi! How should i get the details from B and some content of A using that foreign key? Thanks Madhu On Saturday, January 31, 2009 10:37:58 PM UTC+5:30, Daniel Roseman wrote: > > On Jan 31, 12:27 pm, Markus wrote: > > Hi > > > > just starting to use Django, am stuck wi

Retrieve Data from Database

2012-07-24 Thread Madhu
Hi! I am new in django, i want to get the table from one table also want the some content from another table. Can anybody tell me how it should be done? My module class structure is as below class A(models.Model): name =models.CharField(max_length=100) content = models.CharField(max_len

Adding Button in admin form

2012-08-16 Thread Madhu
y help me to add the button in admin form? Thanks, Madhu -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/wSJXqEJkYzoJ. To post to this group, sen

Re: Adding Button in admin form

2012-08-17 Thread Madhu
f you're using a ForeignKey for this field, you'll get this behavior by > default in the Django admin. > Le 17 août 2012 08:45, "Madhu" > a > écrit : > >> Hello, >> >> I want to add the button along with field in admin form. >> >>

Re: Adding Button in admin form

2012-08-17 Thread Madhu
Can you please tell me how to add the Buttom on admin form in django? I want to add the button beside the field. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-use

Re: Adding Button in admin form

2012-08-17 Thread Madhu
I try the row_id_fields, but its not helpful for me. I want the button will be display in admin form. Using row_id_fields its just the linking of foreign key i don't want that. The button functionality will be later before that i want the button tag will be display on admin form. -- You receive

Re: Adding Button in admin form

2012-08-17 Thread Madhu
Ok. I will explain it in brief. I want the button like the image field having the Browse button with the Image field in admin side i want the same button but the functionality may be different. Don't want that the browser button functionality but i want the button along with the my URL characte

Re: Adding Button in admin form

2012-08-17 Thread Madhu
No. URL linking is not the problem. I have the problem to add the input button in admin form. There will be so many buttons in admin form like save, add, delete. I want to add my own button, but in the middle of admin form not at the submit line or upper part of the admin form. That button shou

Re: Adding Button in admin form

2012-08-17 Thread Madhu
Yes, That's right. I tried to change the admin form, but the button is not added. the fuctionality Jani Tiainen said i want the same fuctionality, but the now first problem is adding button in change form. -- You received this message because you are subscribed to the Google Groups "Django use

Import data from csv file to database from django admin side

2012-10-23 Thread Madhu
Hi! I tried to import the data from csv file to database. I refer below link https://groups.google.com/forum/#!msg/django-users/usjC-X9-p5E/94bf4tw3Ni8J I have create the models and view same like above link. I have create the "import" buttom on admin side by changing "app/change_list" html. On

Re: Reports

2008-04-02 Thread Alagu Madhu
rlib.sicompos.com http://www.htmltopdf.org/ http://openreport.org/index.py/static/page/docs On Apr 2, 2:51 pm, "Marinho Brandao" <[EMAIL PROTECTED]> wrote: > Sorry, I sent to wrong user group > > 2008/4/2, Marinho Brandao <[EMAIL PROTECTED]>: > > > > > Olá, > > >  para geração de gráficos, dê

Django + XUL

2006-12-25 Thread Alagu Madhu
How to use XUL (templates) in Django ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send e

Re: Django + XUL

2006-12-25 Thread Alagu Madhu
Jacob Kaplan-Moss wrote: On 12/24/06 11:24 PM, Alagu Madhu wrote: > How to use XUL (templates) in Django ? Write a template that returns XUL instead of HTML. You might want to check out chapter 11 of the Django book, which deals with generating non-HTML content: http://www.djangobook.com

Re: Django + XUL

2006-12-25 Thread Alagu Madhu

old plain db-api

2006-12-26 Thread Alagu Madhu
Hi, I like to use django with just plain db-api.I'm looking for example or reference. thanks Madhu Alagu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

old plain db-api

2006-12-26 Thread Alagu Madhu
Hi, I like to use django + plain db-api(psycopg2).I'm looking for example or reference. Thanks Madhu Alagu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: old plain db-api

2006-12-26 Thread Alagu Madhu
thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For mo

XMLHttpRequest - HttpResponseRedirect - Issue

2007-01-02 Thread Alagu Madhu
;/login/") HttpResponseRedirect is working fine with html but with XMLHttpRequest is not working. Please help us in this regard. Thanks in advance, Madhu Alagu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Django + XUL

2006-08-31 Thread Alagu Madhu
I'm looking for django + xul example or reference. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this gr

XUL template

2011-05-21 Thread Alagu Madhu
x27;] = "application/vnd.mozilla.xul+xml" return response I would like to use XUL template.It is not works. Thanks Madhu Alagu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Re: XUL template

2011-05-21 Thread Alagu Madhu
Firefox 4 - Remote XUL support removed On May 21, 12:09 pm, Alagu Madhu wrote: > Hi, > > from django.shortcuts import render_to_response > > def login(request): >     return render_to_response('login.xul', mimetype="application/ > vnd.mozilla.xul

Serving static file on Windows

2011-05-24 Thread Alagu Madhu
x27;: settings.MEDIA_ROOT}), (r'^static/(?P.*)$', 'django.views.static.serve', {'document_root': settings.STATIC_ROOT}), http://192.168.1.141:44/static/js/jquery.1.6.1.min.js Page not found (404) 'js\jquery.1.6.1.min.js' could not be found Thanks

Re: Serving static file on Windows

2011-05-30 Thread Alagu Madhu
x27;, 'hydra.views.index'), ) http://192.168.1.141:44/static/js/jquery.1.6.1.min.js Page not found (404) 'js\jquery.1.6.1.min.js' could not be found Thanks Madhu On May 24, 9:44 pm, shofty wrote: > ignore that last comment, im clearly behind a version! > > not sur

Re: Serving static file on Windows

2011-05-30 Thread Alagu Madhu
urls.py from django.conf.urls.defaults import patterns, include, url urlpatterns = patterns('', (r'^$', 'hydra.views.index'), ) On May 30, 12:28 pm, Praveen Krishna R wrote: > *could you dump your urls.py ? > * > > > > > >

Re: Serving static file on Windows

2011-05-31 Thread Alagu Madhu
1.141:44/static/' TEMPLATE_DIRS = ( os.path.join(APP_DIR, 'templates/') ) urls.py from django.conf.urls.defaults import patterns, include, url urlpatterns = patterns('', (r'^$', 'hydra.views.index'), ) The above settings works. Thanks Mad

Re: Serving static file on Windows

2011-05-31 Thread Alagu Madhu
static.serve', {'document_root':'/django/spl/kk/static'}), ) The above settings works. Thanks Madhu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@google

Django Multilingual Model

2011-01-31 Thread Alagu Madhu
); Thanks Madhu Alagu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more opti

Locating the Django admin Page

2013-02-10 Thread Thota Madhu Sudhan Rao
I am running apache tomcat server in Amazon EC2 and running django application The admin page of Django is not here http://ipaddress:8080/admin Where do I find it -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group