Re: Attributr error

2010-11-03 Thread sami nathan
i Think serialisation would be helpful for this some one help me how to use it -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to dja

Re: Attributr error

2010-11-03 Thread sami nathan
HOW TO GET XML RESPONSE in following THIS IS HOW MY URL.PY LOOKS LIKE from django.conf.urls.defaults import * from it.view import current_datetime # Uncomment the next two lines to enable the admin: #from django.contrib import admin #admin.autodiscover() urlpatterns = patterns('', # Exampl

Re: Attributr error

2010-11-03 Thread sami nathan
Where should i use this please tell!! should i use in urls.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubsc

Re: Attributr error

2010-11-03 Thread Tom Evans
On Wed, Nov 3, 2010 at 5:31 AM, sami nathan wrote: > I want my final result in xml format and how can i do that? thanks for > notification > I tell you what, seeing how you've done most of the work already on this, I'll get you started: There are literally thousands of ways you can turn some

Re: Attributr error

2010-11-02 Thread sami nathan
I want my final result in xml format and how can i do that? thanks for notification -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: Attributr error

2010-11-02 Thread Tom Evans
On Tue, Nov 2, 2010 at 1:00 PM, sami nathan wrote: > THIS IS HOW MY URL.PY LOOKS LIKE > > from django.conf.urls.defaults import * > from it.view import current_datetime > > > > # Uncomment the next two lines to enable the admin: > #from django.contrib import admin > #admin.autodiscover() > > > url

Attributr error

2010-11-02 Thread sami nathan
THIS IS HOW MY URL.PY LOOKS LIKE from django.conf.urls.defaults import * from it.view import current_datetime # Uncomment the next two lines to enable the admin: #from django.contrib import admin #admin.autodiscover() urlpatterns = patterns('', # Example: (r"^wap/di/sub/$",current_da