Re: register for mIRC

2014-03-30 Thread Gerald Klein
Yes Gerald Klein DBA geraldklein.com contac...@geraldklein.com geraldklein.wordpress.com j...@zognet.com 708-599-0352 Arch\Gentoo Awesome, Ranger & Vim the coding triple threat. Linux registered user #548580 Brought to you by the Amish Mafia On Mar 29, 2014 6:26 PM, "CS"

Re: register for mIRC

2014-03-30 Thread Russell Keith-Magee
Hi, Registration of your username isn't something #django specific - it's something you need to do in order to use IRC in general. Not all channels enforce the requirement for a registered ID, but is a common approach in popular channels to prevent people from impersonating others. To register,

Re: Allow the Prefetch queryset to be used with GenericForeignKey

2014-03-30 Thread Luis Matoso
That would be awesome, somebody has a solution for this? On Sunday, February 16, 2014 2:53:55 PM UTC-3, Robert Kajic wrote: > > I would love it if the Prefetch object allowed me to pass in custom > querysets when prefetching related generic foreign fields. Specifically I > want this in order to

Re: STATIC and MEDIA

2014-03-30 Thread John
Hi Julio! Thank u so much! Jonathan Diretor de Tecnologia +55(12)98864-1594 Sent from my iPhone > On Mar 30, 2014, at 13:49, Julio Molina Soler wrote: > > Hi Jonathan, > > the cleanest way I found: > > at the beginning of your settings.py add > > import os >

Re: STATIC and MEDIA

2014-03-30 Thread Julio Molina Soler
Hi Jonathan, the cleanest way I found: at the beginning of your settings.py add import os BASE_PROJECT = os.path.dirname(__file__) then when the section comes MEDIA_ROOT = os.path.join(BASE_PROJECT,'media') MEDIA_URL = '/media/' STATIC_ROOT = os.path.join(BASE_PROJECT,'static') STATIC_URL =

Django apps

2014-03-30 Thread ngangsia akumbo
I wish to develope application that can give directions and location. Pleas i need some guidance for a way forward. I have done some research but still not getting it right. I need some guidance Thanks -- You received this message because you are subscribed to the Google Groups "Django