Request

2023-01-03 Thread Jadhav nandu naik
Hey guys add me in -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: URL to specify when accessing subdomains using Django

2010-07-21 Thread nandu
ode. Thats why they have they're own settings.py > files, they're essentially separatesiteswith a common underbelly. > > jaymz > > On Jul 20, 5:55 am, nandu <navanitach...@gmail.com> wrote: > > > Could someone please help me and answer my question in the last email? > >

Re: URL to specify when accessing subdomains using Django

2010-07-19 Thread nandu
Could someone please help me and answer my question in the last email? Thank you. Nanda On Jul 19, 9:52 pm, nandu <navanitach...@gmail.com> wrote: > Dear All, > > I have now set up my subdomains as separate sites using the sites > framework but I have a few queries: > >

Re: URL to specify when accessing subdomains using Django

2010-07-19 Thread nandu
the help all of you have given me so far. Yours sincerely, Nanda On Jul 19, 3:00 pm, nandu <navanitach...@gmail.com> wrote: > Thank you to all whohave replied. > > I will give the sites framework an honest effort and solve my problem. > > Thank you very much for

Re: URL to specify when accessing subdomains using Django

2010-07-19 Thread nandu
.META['SERVER_NAME'] in your view but i > wouldnt do that. Check the sites framework... > > jaymz > > On Jul 19, 7:05 am, nandu <navanitach...@gmail.com> wrote: > > > Thank you to all who have replied to my query. > > > I do not think I need to use the site

Re: URL to specify when accessing subdomains using Django

2010-07-19 Thread nandu
u Linux machine and the Django development server. I am sorry if I have misunderstood your answers above but IMHO I do not think I need to use the sites framework as this is a fairly simple thing. Thank you. Yours sincerely, Nanda On Jul 18, 1:47 am, Steve Holden <holden...@gmail.com> wrote:

URL to specify when accessing subdomains using Django

2010-07-17 Thread nandu
Dear Folks, After researching the topic of using subdomains with Django I have found that it is does not seem to be a straight forward thing to do. I have also found many websites showing methods of how to do this, but there is one aspect that none of them seem to explain. That is how does one

Untruncating a comment

2008-06-11 Thread nandu
Dear All, I would just like to know if there is anyway to get the untruncated version of a truncated comment without accessing the database. I hope someone can enlighten me. Thanks Nandu 11 Jun 08 --~--~-~--~~~---~--~~ You received this message because you

Re: uploading CSV files

2008-05-22 Thread nandu
Thanks to everyone for all your help I have now got it working. Yours sincerely, Nanda 23 May 08 On May 22, 8:30 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 21-May-08, at 5:10 PM, nandu wrote: > > > I am having a problem with where to start when I am faced with &

uploading CSV files

2008-05-21 Thread nandu
Dear All, I am having a problem with where to start when I am faced with uploading a CSV file. I do not want to create a model for the file as there is no need for me to keep track of the files that I am uploading to the server. Could you please give me a set of steps I need to follow or point

Re: Reading an entire template into a string

2008-04-14 Thread nandu
On Apr 15, 8:16 am, nandu <[EMAIL PROTECTED]> wrote: > On Apr 14, 8:42 pm, Alex Koshelev <[EMAIL PROTECTED]> wrote: > > > Not render, just load. > > > I think `django.template.loader.find_template_source` can help > > > On Apr 14, 4:17 pm, Darryl Ros

Re: Reading an entire template into a string

2008-04-14 Thread nandu
your reply. I tried using django.template.loader.find_template_source` becuase I am reading in an HTML template the newlines (\n) do not get rendered in the browser. Is there any way to strip out the newlines from the return value of `django.template.loader.find_template_source` Thanks, Nandu --~--~-~--~~~--

Reading an entire template into a string

2008-04-14 Thread nandu
in the right direction. Thank you. Yours sincerely, Nandu 14 Apr 08 --~--~-~--~~~---~--~~ 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 u