Re: IDE for Python/django

2010-09-27 Thread Ramdas S
. > > -- > Girish M S > > -- > 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-user

Apache crashes on the latest trunk

2010-09-23 Thread Ramdas S
We run a dedicated server with several django sites with low volume, but critical user traffic. Since upgrading to the latest trunk 1.2.3 we have started noticing that apache hangs very often. Curiously it does not throw up any error in the apache.log. Apache does not crash, but simply stops servin

Re: Why Django Apps Suck

2010-09-21 Thread Ramdas S
t; > However my personal experience is that it's true for most platforms. > There > > are always trade-offs and trade-ins when you use a platform. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. >

Re: Why Django Apps Suck

2010-09-21 Thread Ramdas S
re expected to be non- > abstract in the app. > * There is no logical separation (dir structure) between "a reusable > app" and "my modifications to a reusable app". > * Settings.py is not a solution (it is a problem), though I don't > bother to explain why.

Re: Django, Rails but a cost to pay ?

2010-08-03 Thread Ramdas S
On Tue, Aug 3, 2010 at 10:48 PM, James Bennett wrote: > On Tue, Aug 3, 2010 at 9:19 AM, didier rano wrote: > > What do you think about this post > > ? http://blog.skeedy.com/django-rails-but-a-cost-to-pay > > I think... > > * A community, but it is not so easy to find developers compared to Java

Re: Should I start to use Mako from beginning?

2010-06-30 Thread Ramdas S
On Thu, Jul 1, 2010 at 10:58 AM, Alexander Jeliuc wrote: > Default template engine is very nice... and more than enough. > > > On Thu, Jul 1, 2010 at 8:22 AM, Kenneth Gonsalves wrote: > >> On Wednesday 30 June 2010 21:04:25 AllenDang wrote: >> > I'm new to django, it's amazing! But after I did som

Re: django-paypal

2010-04-06 Thread Ramdas S
Hey Thanks! Should I exempt all the views On Apr 6, 11:10 pm, Matthias Kestenholz wrote: > On Tue, Apr 6, 2010 at 8:05 PM, Ramdas S wrote: > > Hi, > > > I am trying to use using django-paypal. Everything works fine, expect that > > the IPN doesn't reach the site

django-paypal

2010-04-06 Thread Ramdas S
ation sent over email cannot be delivered. Relevant portions of the code is included here. http://dpaste.com/180100/ When I try testing the notify_url it was giving an error 403 forbidden from sandbox.paypal.com. I am not sure what is the problem. Can someone advise? -- Ramdas S +91 9342 58

save() got an unexpected keyword argument 'using'

2010-02-02 Thread Ramdas S
fix this? Thanks -- Ramdas S +91 9342 583 065 -- 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-user

Dreamhost support

2009-12-31 Thread Ramdas S
List, Got a mail from Dreamhost on availability of Django properly supported. here are the links for fellow dreamhosters to check thru. Please post your experience http://wiki.dreamhost.com/Django http://wiki.dreamhost.com/Passenger_WSGI Thanks Ramdas -- Ramdas S +91 9342 583 065

A Design Question

2009-11-29 Thread Ramdas S
details. Do I build one large UserProfile Table, with ForeignKey to colleges, specializations etc or do I break it up into number of smaller profiles, and link each profile to a User. What's the best practice? -- Ramdas S -- You received this message because you are subscribed to the G

pre-save and check for existing value of image

2009-11-09 Thread Ramdas S
apply the cmanipulation on self.image only if the image is changed, or its been created... Is pre_seave the right way, if so how do you actually use it where it need to compare previosly stored data and the newone and then only execute. Ramdas -- Ramdas S +91 93

pre-save and check for existing value of image

2009-11-09 Thread Ramdas S
not unless. How do I achieve that. Someone suggested me to use pre_vae signal, but I am not able to figure an effcient way.. Can someone help -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Re: Good News !! A mate found for your dog ...

2009-10-16 Thread Ramdas S
On Fri, Oct 16, 2009 at 10:48 PM, jc wrote: > > Finally. I wonder if their site uses django? > Its php --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja

Re: Running Tornado instead of modwsgi apache

2009-10-15 Thread Ramdas S
On Thu, Oct 15, 2009 at 11:11 PM, Christophe Pettus wrote: > > > On Oct 15, 2009, at 10:36 AM, Ramdas S wrote: > > > I am currently running all my sites on modwsgi apache! Though I > > cannot complain that the performance is bad, I would like to have > > more. &g

Running Tornado instead of modwsgi apache

2009-10-15 Thread Ramdas S
both good and bad! How much of performance gain can you expect? What is the groups official recommendation? Thanks -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&

Re: Running Django on Tornado's HTTP server

2009-09-29 Thread Ramdas S
aged to run several django sites of an nginx instance using > virtual hosts and individual tornado servers for each virtual host. > Coolness Kenneth, Why don't you doc it somewhere for future queries and for newbies switching? Also have you see any tangible performance improvement?

Re: Permissions issue with image uploads

2009-08-23 Thread Ramdas S
o confirm my idea I chmod'd the permissions to > 777 - and the whole thing suddenly works perfectly, but that's > obviously not a permanent solution. > > I tried chown'ing the file over to www-data which is my Apache > process, but that didn't work either. Who

Re: home page caching

2009-07-14 Thread Ramdas S
rough urllib and write it to a > static file, then I served the file through nginx. Anyway, I will > create a snippet for this ;) > > Best regards, > > -- > Michel Sabchuk > http://turbosys.com.br/ > > > Aww, that's a cool idea -- Ramdas S +91 9342 583 065

Re: home page caching

2009-07-13 Thread Ramdas S
; > Has you homepage user related data? In another portal I have a login > widget that shows a login form if the user isn't authenticated or a > grettings message with user information if it is logged in. Once I > made the homepage static, to have the user dependant widget, I call

home page caching

2009-07-13 Thread Ramdas S
I have a web site where around 15 SQL semi complex queries run on the home page. Traffic is increasing and the page loads are getting slower. What is the best way to cache just the home page. I have already done standard memcached on the server. Please suggest the best caching options, where we ca

Django Server performance

2009-07-07 Thread Ramdas S
ences. Thanks -- Ramdas S --~--~-~--~~~---~--~~ 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 t

Fwd: nortech

2009-06-06 Thread Ramdas S
-- Forwarded message -- From: Ramdas S Date: Sun, Jun 7, 2009 at 2:34 AM Subject: nortech To: Dhaval Valia , Bhaswati Das < bhaswa...@ubmindia.com> -- Ramdas S +91 9342 583 065 -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~---

order a queryset of Tags based on the number of entries tagged for each tag

2009-05-26 Thread Ramdas S
ideas suggestion, please -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ 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 t

Re: Javascript Framework``

2009-05-13 Thread Ramdas S
t; 1. Dojo with dijit themes > 2. Scriptaculous > 3... any other... > > Thanks in Advance > ~Guri > > > > -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups &

Curious Error

2009-03-28 Thread Ramdas S
Can someone advise? I have the same code working in several web sites. But since moving to 10177, I am getting this error. It sometimes works in Dev server, in Apache its been a problem http://dpaste.com/20529/ -- Ramdas S +91 9342 583 065

open sourced Django apps from Washington Times

2009-02-20 Thread Ramdas S
Saw this link. Seems interesting http://opensource.washingtontimes.com/blog/post/coordt/2009/02/washington-times-releases-open-source-projects/ -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: including non-editable fields in forms?

2009-02-09 Thread Ramdas S
I am looking at a solution oustide django-admin. I am in using forms and classic views Ramdas On Tue, Feb 10, 2009 at 11:28 AM, Malcolm Tredinnick < malc...@pointy-stick.com> wrote: > > On Tue, 2009-02-10 at 11:05 +0530, Ramdas S wrote: > > I think in many practical case

Re: including non-editable fields in forms?

2009-02-09 Thread Ramdas S
y we'll eventually add support for > read-only items in the admin and we'll have to invent something like > that for those, I suspect. > > On the other hand, I've always just inserted it directly into the form > template when I've had this kind of situation. >

Re: Seperate Email Server - Django

2009-01-27 Thread Ramdas S
; servers. I am totally a newbie in the smtp arena. Can I achieve the > email communication between the users without "mailing server" > configurations? > Can this be achievable? > > > -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~

Re: Facebook-like functionality for an Intranet

2009-01-22 Thread Ramdas S
ral account & profile based applications? Any general advice or > experience is welcome. > > > -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro

Re: How to receive Emails in my django app

2009-01-16 Thread Ramdas S
t. ie " To receive email from > users in Django application" > > > > -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Access Control Lists implementation for Django?

2009-01-05 Thread Ramdas S
mited for the app we are > working on. > Actually, a per object access control is needed. > > Thank you in advance for any suggestions. > > -- > Mir Nazim > Cell: +91 9469071855 > Blog: http://saunzal.org > Company:http://www.ikra

Re: Sending id to new template - beginners confusion

2008-12-30 Thread Ramdas S
lates. I'm having a very hard time finding practical examples of > this stage of Django. The admin and database piece was very well > documented and I had that part up and running in a few days. > > Thanks, > > Ana > > On Dec 30, 10:27 am, "Ramdas S" wrote: >

Re: Sending id to new template - beginners confusion

2008-12-30 Thread Ramdas S
/dpaste.com/103798/ > > Thank you, > > Anna > > > -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: How do I get django to display the results of html tags?

2008-12-29 Thread Ramdas S
t; {{ publication| > escape }} > > How do I create the syntax for {{ tag|szafe }} ? > > I'm just learning how to create the html templates with Django, so > please be patient. > > Thanks, > > Ana > > On Dec 29, 11:07 am, "Ramdas S" wrote: > &g

Re: How do I get django to display the results of html tags?

2008-12-29 Thread Ramdas S
ith the tags (name em>). I am expecting the page to read the em tags and convert the > name to italics, not display the tags with the unitalisized name. How > do I get django pages to display the results of html tags? > > Thanks, > > An

Re: I would like some feedback about address model snippet...

2008-12-24 Thread Ramdas S
ress system > background. > > Thanks for your feedback. > > Regards, > Stephane > > > -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

doc/user manual management

2008-12-22 Thread Ramdas S
dates code base. We would like the data/docs to be in the database Thanks -- Ramdas S +91 9342 583 065 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: Custom ACL

2008-12-14 Thread Ramdas S
uses, etc.). > > I'd also like to attach it to the user, so that I could lookup in a > way something like User.acl.has_permission(post_id, "can_edit). How > can I attach my ACL to the User model "dynamically", without actually > touching Django

Re: Multiple sites - same code, different templates

2008-12-12 Thread Ramdas S
some reason. I've set > MaxRequestsPerChild to 1. > > > ... >SetEnv MAP_SITE_VERSION v1 > ... > > > Is there another way? I could pick up the version in the view from the > URL however this would require significant changes to the code. > > Perhaps there'

Re: Best IDE for Django and python?

2008-11-25 Thread Ramdas S
Agreed! I see the same kind of arrogance in some of the posts and even more these days on IRC. I completely agree that some of us do ask questions, and sometimes without properly checking the available docs, archives of discussion and other known sources.It gets irritating as you see teh same que

Graphs

2008-10-14 Thread Ramdas S
Sorry, I tried making them myself. NBut it looks horrible. I think you must make them as pie charts. Please ask the designer to do so Ramdas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To p

Re: S3 tutorial for File Storage Refactor?

2008-09-01 Thread Ramdas S
David, I think this is still not fixed. I am getting the same errors R On Aug 25, 2:02 pm, David Larlet <[EMAIL PROTECTED]> wrote: > Le 20 août 08 à 17:56, shadfc a écrit : > > > > > > > With the code from the django-storages you referenced installed > > somewhere on PYTHONPATH, its as easy as

Re: Version 1.0. documentation

2008-08-29 Thread Ramdas S
; there any documentation (as in a good book) coming out? > > Best regards, > Luka > > > > -- Ramdas S +91 9342 583 065 My Personal Blog: http://ramdas.diqtech.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: Table Row count: Limiting factor

2008-07-21 Thread Ramdas S
ows from it. Would that take > more time than extracting the same number(500) of rows from a small > table of say 1 Lakh rows? Each row field is indexed in both the cases. > Please correct me if I am wrong. > > > -- Ramdas S +91 9342 583 065 My Pers

Re: Great work with newforms-admin

2008-07-19 Thread Ramdas S
e that might be helpful: > http://code.djangoproject.com/wiki/NewformsHOWTO > > --James > > On Sat, Jul 19, 2008 at 1:04 PM, Ramdas S <[EMAIL PROTECTED]> wrote: > >> Tom, >> >> Can you just share the wiki page link please. I need some place to start >>

Re: Great work with newforms-admin

2008-07-19 Thread Ramdas S
: http://badrunner.net > Internet/LAN Gaming Centre: http://www.vertical-sync.com > > > > -- Ramdas S +91 9342 583 065 My Personal Blog: http://ramdas.diqtech.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

Re: Dreamhost now supports Django

2008-07-17 Thread Ramdas S
Thanks again for taking the time to vote for what you'd like implemented, it really helps us keep on task! Sincerely, The Happy DreamHost Suggestation Team On Fri, Jul 18, 2008 at 1:45 AM, Malcolm Tredinnick < [EMAIL PROTECTED]> wrote: > > > On Fri, 2008-07-18 at 01:37 +0530

Dreamhost now supports Django

2008-07-17 Thread Ramdas S
Hi, Just recd notice that Dreamhost is officially supporting Django. Anyone has tried it out lately. I've had extremely bad expeirence with Fast CGI a year back. Please give feedback -- Ramdas S +91 9342 583 065 My Personal Blog: http://ramdas.diqtec

Submit Button jammed by Tiny_MCE django widget while using newforms

2008-07-09 Thread Ramdas S
Hi I am using TinyMCE to create pages using newforms. I am following this link http://code.djangoproject.com/wiki/CustomWidgetsTinyMCE The program works perfectly without TinyMCE. But the submit button stops working once I include TinyMCE widget to render the textbox. I am following exactly

Re: problem with mail

2008-07-07 Thread Ramdas S
I just did that. You are right! Thanks On Mon, Jul 7, 2008 at 7:24 PM, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > > Hi, > > On Jul 7, 5:58 am, "Ramdas S" <[EMAIL PROTECTED]> wrote: > > I do not have an SMTP server on myserver. > > > > But t

Re: problem with mail

2008-07-07 Thread Ramdas S
I do not have an SMTP server on myserver. But the mail settings (SMTP settings) is absolutely right, since it works perfectly of my laptop and of another server. On Mon, Jul 7, 2008 at 2:13 PM, Alaa Salman <[EMAIL PROTECTED]> wrote: > > > > On Jul 7, 10:49 am, "Ramd

[no subject]

2008-07-07 Thread Ramdas S
Hi, I have this curious error that has been bothering me on a new server. This is a simple program that sends out an email using an smtp server hosted elsewhere. This sowks perfectly on my desktop with same mail settings, but fails with this error on server http://dpaste.com/61070/ Any suggest

localization

2008-07-04 Thread Ramdas S
Is there a bog app, with multi language support, whose code I can see. or any other simple app. Kindly provide link -- Ramdas S +91 9342 583 065 My Personal Blog: http://ramdas.diqtech.com --~--~-~--~~~---~--~~ You received this message because you are

Re: Stability of trunk and 1.0 target: experience, testimonials?

2008-07-02 Thread Ramdas S
I have over 25 web apps/sites on Django, including a large intranet app, that has almost always about 150 users at any point of time, some 25,000 hits a day. All of them have been running on the trunk and are stable. Some of them are news sites for mags getting 10 k hits a day. It is any day bett

Re: non-ascii DjangoUnicode Decode error-- best strategies

2008-06-24 Thread Ramdas S
I thought I was religiously following the document. But thanks for making me read it again, I know where all have I goofed up Thanks Karen RS On Tue, Jun 24, 2008 at 11:33 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 1:39 PM, Ramdas S <[EMAIL PROTE

non-ascii DjangoUnicode Decode error-- best strategies

2008-06-24 Thread Ramdas S
onto sites Thanks -- Ramdas S +91 9342 583 065 My Personal Blog: http://ramdas.diqtech.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: How do I display foriegn characters

2008-06-18 Thread Ramdas S
Even I am facing the same problem. Any ideas how exactly do you set in MySQL or does migrating PostGres solve it? Ramdas S 2008/6/19 Vasiliy Gladkov <[EMAIL PROTECTED]>: > > looks like you have to set character set in your database. as i > remember, i had similar problem with my

Re: Why PostgreSQL?

2008-06-18 Thread Ramdas S
n functionality -- MySQL > > has added support for most of the missing elements, and Postgres > > has added support for full-text and native replication. Speed is > > also pretty comparable these days. I personally find MySQL a > > little easier to administer but that's my

Re: Django and Linux distros

2008-05-18 Thread Ramdas S
I have tried almost all popular linux distros and finally zeroed on Ubuntu. It might still have a few glitches, but by far is the best of the debian based distros, and when it comes to stability and ease of use Debian beats RedHat and its clones! You have Ubuntu, all you need to do is play aroun

Formset from newforms-admin

2008-05-13 Thread Ramdas S
Hi, Can someone kindly explain how you can use the formsets from new-admin trunk? Is there some kind of an example? Ramdas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

new forms comments

2008-05-10 Thread Ramdas S
Hi, Any ideas where (which branch/patch/?) new comments using new forms is being rewritten/implemented? Ramdas S --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

customer serial numbers

2008-05-06 Thread Ramdas S
I know this sounds silly, but I am just not able to figure out a way to generate a custom serial number for generating reports. Is there a way to create a counter using for loops of django templates. Wr ite now I am using a crude java script to do the same. RS --~--~-~--~~--

Re: edit inline in newforms

2008-04-26 Thread Ramdas S
; [EMAIL PROTECTED]> wrote: > > On Fri, Apr 25, 2008 at 9:20 PM, Ramdas S <[EMAIL PROTECTED]> wrote: > > > > Is there anyway to get the edit_inline inside a form using newforms? > > The literal edit_inline syntax has being deprecated. The replacement > for edit_inl

Re: Curious error

2008-04-25 Thread Ramdas S
My apologies Karen, I have a root directory called xml where some xml files are created. That is the problem. Never noticed the same Ramdas On Fri, Apr 25, 2008 at 8:06 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, Apr 25, 2008 at 10:26 AM, Ramdas S <[EMAIL PROTECTED]>

Re: Curious error

2008-04-25 Thread Ramdas S
No. I have not! I am facing this problem after upgrading to the latest. RS On Fri, Apr 25, 2008 at 7:53 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Fri, Apr 25, 2008 at 10:06 AM, Ramdas S <[EMAIL PROTECTED]> wrote: > >> I am on the latest SVN. When I just tried

Curious error

2008-04-25 Thread Ramdas S
I am on the latest SVN. When I just tried syncdb. I got this error about xml.sax as in this paste bin http://dpaste.com/46898/ any help or advice --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group

edit inline in newforms

2008-04-25 Thread Ramdas S
Is there anyway to get the edit_inline inside a form using newforms? I am on latest SVn but not using django-newforms-admin Any help is welcome --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. T

recaptcha with freecomments

2008-04-10 Thread Ramdas S
Hi all, Can anyone share a code of integrating freecomments and recaptcha. I have seen that it is easy to integrate it using newforms. However, I am running into a few issues whenever I try it with the classic freecomments integration. I am talking of integrating with free_preview.html and freef

Re: hosting web

2008-02-10 Thread Ramdas S
ing with DH using ssh). But I want > to move my app there, when it will be finished. What problems do you > have with jango on Dreamhost? > > On Feb 10, 5:24 pm, "Ramdas S" <[EMAIL PROTECTED]> wrote: > > I am sorry. You are probably right. But Dreamhost was a n

Re: Web Development with Django: Windows vs Linux/Mac OS X

2008-02-10 Thread Ramdas S
I know its no replacement, but try scite editor. Its cool and is used by many python developers I know. Also check these http://wiki.python.org/moin/PythonEditors RS On Feb 10, 2008 9:01 PM, NickJ <[EMAIL PROTECTED]> wrote: > > I am a long time windows user, and have just switched to ubuntu gut

Re: The best practice for a registration and then getting user to fill up extra information

2008-02-10 Thread Ramdas S
James, Thanks! I need to learn to ** search better ** :) RS > > On Feb 10, 2008 8:18 PM, James Bennett <[EMAIL PROTECTED]> wrote: > > > > > On Feb 9, 2008 9:37 AM, Ramdas S <[EMAIL PROTECTED]> wrote: > > > I am using Django-registration. It wo

Re: hosting web

2008-02-10 Thread Ramdas S
eamhost > that FastCGI is a bad deployment option :-) > > - Horst > > On Feb 10, 2008 3:15 PM, Ramdas S <[EMAIL PROTECTED]> wrote: > > FastCGI support on a shared host is workable, but for a production site > > which needs constant maintenance, it might be a bad idea

Re: The best practice for a registration and then getting user to fill up extra information

2008-02-10 Thread Ramdas S
Hi Steven, Thanks. However. I am quite keen on Django-registration. I am not very sure about oldforms. Let me see whether I can take some ideas from your code and implement it in mine. Ramdas On Feb 10, 2008 6:14 PM, Steven Armstrong <[EMAIL PROTECTED]> wrote: > Ramdas S wrote on 02

Re: hosting web

2008-02-10 Thread Ramdas S
FastCGI support on a shared host is workable, but for a production site which needs constant maintenance, it might be a bad idea. I've had very bad experience with Dreamhost and so has a dozens of others users. As Jeff suggested look at those web hosters who advertise for Django. Or else, if you k

The best practice for a registration and then getting user to fill up extra information

2008-02-09 Thread Ramdas S
from AUTH_PROFILE_MODULE In such cases, somehow, I am not sure, whether this is the best method. Can someone advise what is the best way to do? Do I create a separate model like UserProfile and capture data there much the way I've done so far or is there a better practice. Thanks

ANN: Django meetup @Bangalore, India on 26th Jan

2008-01-19 Thread Ramdas S
The Bangalore Python User Group, BangPypers is planning a Django special meetup on the 26th of January 2008, Saturday. The venue is *ThoughtWorks Technologies (India) Pvt Ltd. 2nd Floor, Tower C, Corporate Block, Diamond District Airport Road, Bangalore - 560 008, India t: +91 80 2508 9572 f:

an academic question

2008-01-09 Thread Ramdas S
Hi, Is anyone at World Online or Django team tracking the number of SVN Downloads or the stable version downloads of Django. Some numbers are interesting? RS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: Django is more?

2008-01-02 Thread Ramdas S
, an first draft of the Admin tool, etc). > > Ramdas S wrote: > > Hi Dan, > > > > Are u by any chance planning to release it? > > > > Ramdas > > > > On Jan 2, 2008 6:34 PM, Daniel Mahoney <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]&g

Re: Django is more?

2008-01-02 Thread Ramdas S
Hi Dan, Are u by any chance planning to release it? Ramdas On Jan 2, 2008 6:34 PM, Daniel Mahoney <[EMAIL PROTECTED]> wrote: > > Jeff Anderson wrote: > > Hello, > > > > I am just curious if there is anyone out there that has used django to > > create things other than web applications. > > I've

Re: capturing multiple events on a signle date in a Calendar app

2007-12-20 Thread Ramdas S
Thanks Rajesh, I am not sure about Choices, since there are some 12 stages, with condition at couple of stages. I do not know how to conditionalize the choice fields. Also this would mean that for a single tender, we create 12-14 instances of the Calendar Table. Advise, please Ramdas On Dec 2

capturing multiple events on a signle date in a Calendar app

2007-12-19 Thread Ramdas S
Hi, I am designing a tender calendar, where each tender goes through about 10-12 stages, each stage happening on a seperate date. I have multiple tenders happening in a month, which means on a date, you might have different stages of different tenders opening. I have two classes Class Tendert(m

Re: Noob question: Which Linux distribution is "best" for Django?

2007-12-11 Thread Ramdas S
Go for Ubuntu. RS On Dec 11, 5:48 pm, Andreas Pfrengle <[EMAIL PROTECTED]> wrote: > Thanks for so many replies and the helpful links. Ubuntu really seems > to be a good solution as far as I can tell by now. I'll give it a try. > At least now I know what I will do on Christmas :-) --~--~-

Re: How to add to DjangoResources?

2007-12-06 Thread Ramdas S
Register yourself as a user and try It works On Dec 7, 2007 2:06 AM, Kent Johnson <[EMAIL PROTECTED]> wrote: > > I am trying to add an app to > http://code.djangoproject.com/wiki/DjangoResources > > but when I submit I get > 500 Internal Server Error (Submission rejected as potential spam) > > H

Re: Different behaviour for url parameter in dev run versus test run

2007-11-18 Thread Ramdas S
On Nov 18, 12:00 pm, "Ramdas S" <[EMAIL PROTECTED]> wrote: > > > are u using windows? > > I am working on Ubuntu Feisty. > Are you suggesting that the behaviour is different on Windows? --~--~-~--~~~---~--~~ You received this messa

Re: Different behaviour for url parameter in dev run versus test run

2007-11-17 Thread Ramdas S
are u using windows? On Nov 18, 2007 12:41 AM, Manoj Govindan <[EMAIL PROTECTED]> wrote: > > My application has a view that accepts a string parameter and filters > a model based on that parameter. In the development environment the > view works well when passed a string with a space in it, say '

Re: Strip Illegal Characters - Django Admin

2007-11-15 Thread Ramdas S
Kenneth, What exactly do you mean by sanitize. The biggest problem is word users do is they cut and paste stuff into the text area boxes, and even tiny_mce is not of much help. But is there a setting in tiny_mce which we are missing? Do advise Ramdas On Nov 16, 2007 7:06 AM, Kenneth Gonsalves <[

Re: parsing Django RSS feeds for content reposting

2007-11-08 Thread Ramdas S
Thanks. But I am looking at a platform independent solution, if any. Javascript looked to be the only option as a client side script pulling data from Django based web app. RS On Nov 8, 2007 8:37 PM, David Reynolds <[EMAIL PROTECTED]> wrote: > > > On 8 Nov 2007, at 1:49 pm,

parsing Django RSS feeds for content reposting

2007-11-08 Thread Ramdas S
Hi, I do not know how much of this post is relevant from point of Django! Here is what I am looking at! I have a regular RSS feed for a blog created using Django's contrib.feed. Can some one suggest the best practice to have content from the RSS feed made available on other web sites probably ru

Re: Problems with ImageField

2007-11-06 Thread Ramdas S
Remove the fwdslash in front image = models.ImageField(upload_to='toy_images/') It will work On 11/7/07, Stupid Dustbin <[EMAIL PROTECTED]> wrote: > > > Hi, > > recently I decide to try out the ImageField but it gives me some > problems. > > in my models it is > > image = models.ImageField(uplo

Re: Is there a simpler solution?

2007-11-03 Thread Ramdas S
Thanks, I shall try this Ramdas On 11/3/07, RajeshD <[EMAIL PROTECTED]> wrote: > > > Disregard the overflow:hidden piece in my CSS above. It's not needed: > > > .article {width:32%;float:left;} > .clear_all {clear:both;} > > > > > --~--~-~--~~~---~--~~ You receiv

Is there a simpler solution?

2007-11-02 Thread Ramdas S
Hi, I am sure there is something absolutely simple, but I guess I am missing it. I need to display some content/ news articles over 3 columns on a home page, where the order is latest stories coming in top rows from left to right. If you've seen web sites like theinquirer.net or theregister.co.uk

Re: CSS problem

2007-11-01 Thread Ramdas S
I think your problem is something more elementary! You are not calling the CSS file from the right path. CSS files have to be served by another server other than Django development server. Why do not you try it with inline css first and see whether it works. Ramdas S On 11/1/07, Goutham DL

Re: template variables

2007-10-12 Thread Ramdas S
Simple answer is no. But you can may be try porting mako to to django On 10/13/07, Goon <[EMAIL PROTECTED]> wrote: > > > can you use variables in django's templates? > > so like {% for x in y %} > > and then something like > > {% int x =3; x++ %} > > or something like that, would be mighty helpful

Re: Should Django have a road map?

2007-10-01 Thread Ramdas S
Interesting observations. I like the idea of a road map. But we do not have any full time people working on Django. May be we can look at incrementing the version by 0.01every 500 SVN commits or so. RS On 10/1/07, Stefan Matthias Aust <[EMAIL PROTECTED]> wrote: > > > Over the last few weeks, w

Re: hai am new one to django

2007-09-04 Thread Ramdas S
Hi, We need to have a couple of marketing docs on Django, which can be reused whenever a newbie takes interest Ramdas On 9/4/07, Tim Chase <[EMAIL PROTECTED]> wrote: > > > > am new one to django > > welcome > > > am working in php mysql > > I'm sorry ;) > > > me whats django and how its defer

Another django book?

2007-08-22 Thread Ramdas S
Has someone seen this book? http://as.wiley.com/WileyCDA/WileyTitle/productCd-0470138092.html --~--~-~--~~~---~--~~ 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@go

count views plugin

2007-08-22 Thread Ramdas S
Is there a code/plugin/ available similar to Wordpress Count Views ( display the number of views on a post/article or a blog) plugin in django? Or can someone advise how I can write one? RS --~--~-~--~~~---~--~~ You received this message because you are subscribed

quiz design

2007-08-19 Thread Ramdas S
Hi, Has anyone worked on a quiz/ multiple choice contest design using Django using Newforms? RS --~--~-~--~~~---~--~~ 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

  1   2   >