/site-packages/django/template/loader.py",
line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: 500.html
I am using python2.6 and Django version 1.1. What's wrong? I
apologize for this newbie question. Would really appreciate some
help.
T
this order:
1. ^admin/
The current URL, , didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django
settings file. Change that to False, and Django will display a
standard 404 page.
And thanks for your response!
Regards
Meenakshi
On Aug
To clarify - I get a 404 message with DEBUG on (i.e. DEBUG=True), and
a 500 message with DEBUG off (DEBUG=False), not the other way around.
Regards
Meenakshi
On Aug 6, 1:21 pm, Steve Holden wrote:
> On 8/6/2010 3:59 PM, meenakshi wrote:
>
> > Hi Steve,
> > I do have th
choice: "unique_together" refers to user. ManyToManyFields are
not supported in unique_together.
polls.choice: "unique_together" refers to user. This is not in the
same model as the unique_together statement.
I would appreciate any suggestions/corrections,
Thanks,
Meenakshi
--
Thanks for the great suggestions. In order to display the poll scores
I would add the query in the results page template right? I apologiz
for these newbie questions
Meenakshi
On Oct 7, 2:39 am, Tom Evans wrote:
> On Thu, Oct 7, 2010 at 4:54 AM, meenakshi wrote:
> > Hi,
> >
in side?
I also refer below links
http://stackoverflow.com/questions/11601148/making-a-field-readonly-in-django-admin
http://stackoverflow.com/questions/4343535/django-admin-make-a-field-read-only-when-modifying-obj-but-required-when-adding
But not working these both at the same time.
Thanks,
Meen
I used the Soap web services with Soaplib in Django, for that i take
the help from below link
http://djangosnippets.org/snippets/979/
When i run this code through command prompt it runs properly, but
when i run it on browser it shows nothing,
Can anybody please help me, what should i done wrong?
what you're passing to the template or what
> you have in your template. You should supply some actual code from your
> view and your template.
>
> -m
>
> On 25 April 2012 15:01, Meenakshi Ithape wrote:
>
>> I used the Soap web services with Soaplib in Django,
I done this & successfully run the code.
I want to ask that, can it possible to create client through view instead
of command prompt?
On Sunday, 24 October 2010 07:54:15 UTC+5:30, Scott Hebert wrote:
>
> Ricko -
>
> You may have already gotten your answer. I believe your problem is
> related t
I use soap webservices with soaplib & create client from command prompt
using suds,
This working properly.
Can anybody tell me how to create client through view instead of command
prompt?
How to pass oject to @rpc() or @soap() method of soaplib?
How to display webservice response in template or b
hu, Apr 26, 2012 at 8:02 AM, Meenakshi Ithape <
> meenakshi.ith...@gmail.com> wrote:
>
>> I use soap webservices with soaplib & create client from command prompt
>> using suds,
>> This working properly.
>> Can anybody tell me how to create client through vie
hu, Apr 26, 2012 at 8:02 AM, Meenakshi Ithape wrote:
>
>> I use soap webservices with soaplib & create client from command prompt
>> using suds,
>> This working properly.
>> Can anybody tell me how to create client through view instead of command
>> prompt
't advise you on that.
>
> Also, there is another great SOAP client for python you may want to look
> at https://fedorahosted.org/suds/ if you're having issues with this one.
>
> Cheers,
>
> -m
>
> On 26 April 2012 19:26, Meenakshi Ithape wrote:
>
>> Tha
I done this, thanks for the reply
On Friday, 27 April 2012 12:31:50 UTC+5:30, Meenakshi Ithape wrote:
>
> Thanks for the reply, i already done this, & my problem is solved.
> But now i have another issue,
> how to send the object to the web_service method or how to chec
I solve this issue
On Friday, 27 April 2012 12:39:59 UTC+5:30, Meenakshi Ithape wrote:
>
> Thanks for the reply,
> I already done this & i create client using suds,& also create the view
> for that client, display message on the browser.
> But now i have another issue,
On Wednesday, 3 November 2010 09:34:38 UTC+5:30, Jorge wrote:
>
> Jirka & Everybody
>
> Back to basics is always a good advice. With your help and this guy:
> http://www.beardygeek.com/2010/03/adding-views-to-the-django-admin/
> I can create a form to upload csv files and input their records int
ange_list" html. On the "import" onclick method i call the my import
view. But it gives me error as
'DataInput' object has no attribute 'cleaned_data' And form.is_valid()
always return false.
Thanks,
Meenakshi
--
You received this message because you are subscri
17 matches
Mail list logo