Re: chrome extension

2011-02-15 Thread Tony Lambropoulos
Should I assume that this was a silly question? On Mon, Feb 14, 2011 at 10:10 PM, Tony 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 > > -- > You received this mes

Re: jquery problem

2011-01-17 Thread Tony Lambropoulos
When I say I am only using the table-formset page, I mean thats the only template. I am using the js file, jquery.formset.js it comes with. Sorry about my vagueness. On Mon, Jan 17, 2011 at 8:14 PM, Tony Lambropoulos wrote: > This is the project I have started with: > http://code.google

Re: jquery problem

2011-01-17 Thread Tony Lambropoulos
This is the project I have started with: http://code.google.com/p/django-dynamic-formset/ I've deleted everything except the table-formset page, thats the only one I am using. This is how I have my scripts entered into the template file. ... This is the exact same format as the original jquery.for

Re: jquery problem

2011-01-16 Thread Tony Lambropoulos
Prashanth, This has to do with django because they work outside of django. On Mon, Jan 17, 2011 at 6:12 AM, Prashanth wrote: > Hi Tony, > > On Mon, Jan 17, 2011 at 8:57 AM, Tony wrote: > >> Unfortunately, I can't get any other plugins to work that I download. No >> other jquery >> plugins see

Re: scaling my site

2010-07-23 Thread Tony Lambropoulos
able to store a good amount of data. Thanks by the way for answering my questions so thoroughly. On Fri, Jul 23, 2010 at 2:38 PM, Michael wrote: > On Fri, Jul 23, 2010 at 4:29 PM, Tony Lambropoulos wrote: > >> Well I am new to this, but with a push in the right direction I think i >

Re: scaling my site

2010-07-23 Thread Tony Lambropoulos
Well I am new to this, but with a push in the right direction I think i can set it up and i have a partner who knows a little more. We're looking for advice on good hosting sites and database servers that mesh well with Django and can expand well. How is slicehost? has anyone heard anything abou

Re: finding current url

2010-07-22 Thread Tony Lambropoulos
thanks you guys, both your answers were very helpful. 2010/7/22 Alexandre González > Take a look to django.contrib.sites > http://djangobook.com/en/2.0/chapter16/ > > You can use: > site.objects.get_current() > > I hope that this helps you. > > On Thu, Ju