RE: cms web buyilding

2014-08-23 Thread walter capio
* If this seems derogatory, you should see the paragraph I deleted.. :Dshow it show it Date: Fri, 22 Aug 2014 03:32:03 -0700 From: ngang...@gmail.com To: django-users@googlegroups.com Subject: Re: cms web buyilding thanks bro On Friday, August 22, 2014 10:48:30 AM UTC+1, somecallitblues

RE: a very simple beginners question

2012-05-07 Thread walter capio
just import it: python manage.py shell import this_is_a_module_I_made in python, code will be executed on import. cheers From: spa...@gmail.com Date: Wed, 2 May 2012 19:11:23 +0530 Subject: Re: a very simple beginners question To: django-users@googlegroups.com 1. Can you please tell us what

RE: Determine gender from first name

2012-01-27 Thread walter capio
All depends on how many users you have and how accurate you want your data to be. If your language uses specific morphemes for women (usually non-european languages have marked feminine morphemes; male names and pronouns are not marked), then you could write a parser for these names. Yet I