Re: Hiring Django developers

2013-05-17 Thread Kashif Ali
Do you hire remote developers too? On Thu, May 16, 2013 at 10:47 PM, Jack Hanna wrote: > We are looking to hire Django developers at the following locations: > ** > Los Angeles, CA > San Diego, CA > Seattle, WA > Kuala Lumpur, Malaysia > > > Skills & Requirements: > > Must

Re: Best/Cleanest way to add fields to Class User in models.py?

2013-01-12 Thread Kashif Ali
ement if you can have a look at there docs. > - Saqib > > > On Sat, Jan 12, 2013 at 2:40 AM, Kashif Ali <kashi.az...@gmail.com> wrote: > >> I will suggest to create UserProfile model instead of customizing User >> model. Add as many fields as you like in UserProfile mod

Re: Best/Cleanest way to add fields to Class User in models.py?

2013-01-11 Thread Kashif Ali
I will suggest to create UserProfile model instead of customizing User model. Add as many fields as you like in UserProfile model and use this new model in your application wherever you are referencing User model. You have todo some settings in your settings file in this regards. Kashif On Sat,

Django Calendar App Just Like Google Calendar

2013-01-11 Thread Kashif Ali
Hello Guys, Is there any django app available that is a replica of google calendar? I have checked django-scheduler, django-swingtime and couple of more but the hardest part with these apps/projects is the limited documentation. Can anybody please guide me what app can serve my purpose? Thanks,

Re: Looking for Django Developers in the Region of Vienna Austria

2011-07-23 Thread Kashif Ali
I am python django developer having almost 5 years of experience including 3 years of django experience. I have more than 200 hours odesk time as well. Plz let me know if you have such kind of jobs for remote developer. Sincerely, Kashif On Wed, Jul 13, 2011 at 2:38 AM, Robert Boulanger <

Re: Looking for a Django Developer

2010-05-21 Thread Kashif Ali
Hi, I am interested. I am a python django developer working from last 2 year almost for an American company devpond.com for the development of their indoor used applications. We have one commercial application too that you can see here (http://www.devpond.com/vscontrol/) and more coming soon. I

Re: Refresh django settings without restarting apache

2010-04-29 Thread Kashif Ali
Thank you Georg i am checking into it. On Thu, Apr 29, 2010 at 11:01 PM, ge...@aquarianhouse.com < ge...@aquarianhouse.com> wrote: > it should be already switched on > > http://www.modpython.org/live/current/doc-html/dir-other-par.html > > On Apr 29, 7:14 pm, Kashif Ali &

Re: Refresh django settings without restarting apache

2010-04-29 Thread Kashif Ali
Thanks for your response. One more question: Is it possible with mod_python?. This is because i am using mod_python currently not WSGI. On Thu, Apr 29, 2010 at 9:57 PM, ge...@aquarianhouse.com < ge...@aquarianhouse.com> wrote: > Sure, with WSGI script reload > > On Apr 29, 6:51

Refresh django settings without restarting apache

2010-04-29 Thread Kashif Ali
Hi, Is it possible to refresh changes to apache (webserver) without restart it? Actually i have multiple databases that i need to change while the webserver is running. Is it possible? Or any other way to accomplish this task? i.e. use multiple databases for django application. Regards, Kashif

Master Slave django applications

2010-04-28 Thread Kashif Ali
Hi, I am working on an applications that is divided into two parts i.e. master, slave. Master application will be used for handling the slave applications and will be installed on a single server while slave will be installed on more than one servers. Actually i have a django based application