Upload an ImageField from the Python shell

2009-03-24 Thread Rit
How can I set an ImageField of a model from within the Python shell? --~--~-~--~~~---~--~~ 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 unsubscr

how does django registry work?

2009-04-07 Thread Rit
James Bennett mentioned "django registry" in this talk http://www.youtube.com/watch?v=A-S0tqpPga4 What is it? How does it work? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

urlpatterns helper

2009-04-08 Thread Rit
I'm working on url pattern helper app; design to eliminate the need to edit the "urls.py" file more only once. I need inputs and pointers on what is best to approach this. here is the detail: http://code.google.com/p/django-durl/ --~--~-~--~~~---~--~~ You received

Re: urlpatterns helper

2009-04-08 Thread Rit
On Apr 8, 1:41 pm, Michael Newman wrote: > On Apr 8, 2:31 pm, Rit wrote: > All you would need then is a method to register views to the durl > module and then make sure the the views get imported before the > urlpattern is matched. Should be pretty fun. Good luck! > >

Mercurial or Git

2008-10-22 Thread Rit Lim
which one is the Django community moving toward to, mercurial or git? if Django is to be moved... --~--~-~--~~~---~--~~ 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

What part of Django source code should I read first?

2008-07-03 Thread Rit Lim
I'm a recent college graduate, and I haven't written any real program. I'm trying to learn the more advance topics in Python... Its impossible to get an entry-level Python job. What part of Django source code should I read first? --~--~-~--~~~---~--~~ You received

Access Control List

2008-05-01 Thread Rit Lim
“Mary may change news stories, but only the ones she created herself..." How do I go about doing that? I was told I need to write an ACL. However, I'm not sure how to do it. Anyone has some sample code? Thanks, --~--~-~--~~~---~--~~ You received this message beca