On 02/16/11 05:34, Tony Lambropoulos wrote:
> Should I assume that this was a silly question?
> 
> On Mon, Feb 14, 2011 at 10:10 PM, Tony <tonyl7...@gmail.com
> <mailto:tonyl7...@gmail.com>> wrote:
> 
>     Hi,
>     Is there any way to have a chrome extension with a backend in Django,
>     like for storing data server side and using its views?  Or is this not
>     possible?
>     thanks

I know nothing about Chrome extensions, but someone has written one for
my jsFiddle. You definitely can send a GET request (which this extension
is doing), I assume you will be able to send POST and receive response,
which would answer your question as a yes.

If the question was about installing Django instance inside Chrome
browser, than the answer is a NO. :)

zalun
-- 
blog  http://piotr.zalewa.info
jobs  http://webdev.zalewa.info
twit  http://twitter.com/zalun
face  http://facebook.com/zaloon

-- 
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 options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to