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
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
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
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
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
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
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
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.
>>
>>
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
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
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
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
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
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
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ê
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
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
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
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
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
;/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
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
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
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
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
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
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 ?
> *
>
>
>
>
>
>
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
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
);
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
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
32 matches
Mail list logo