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
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
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
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
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
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
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
7 matches
Mail list logo