Re: a very simple beginners question

2012-05-02 Thread spawgi
1. Can you please tell us what the context is or why you want to do that? 2. I suppose you might want to check the source of manage.py and change the way arguments to this file are handled. On Wed, May 2, 2012 at 6:29 PM, alon wrote: > running > > $python manager.py shell > > opens a python sh

Re: Looking for a job in the Arctic Circle

2011-09-30 Thread spawgi
Have you checked hdmessaging.com? On Fri, Sep 30, 2011 at 6:17 PM, Kevin Renskers wrote: > CCP actually wanted me for their UI Programmer position. Did the first > round of interviews, made a usability report for them, all was well. And > then they decided that they don't really need a UI Progra

Re: Looking for a job in the Arctic Circle

2011-09-30 Thread spawgi
http://www.arcticstartup.com/ On Fri, Sep 30, 2011 at 6:09 PM, Kevin Renskers wrote: > Ha, yeah I know that Iceland is not in the Arctic Circle, strictly > speaking. Maybe I should've said the Arctic Circle region. > > -- > You received this message because you are subscribed to the Google Gro

Query about Django vs Web2Py

2011-07-28 Thread spawgi
Hello fellow Django users, First, this is not to start any flame war, but to get sincere advice. I started to learn Django and also completed the tutorial. However I have also come across another framework Web2Py. I wanted to get the perspective of django users on this framework and its compariso

Re: Advice: project hosting apps

2011-04-04 Thread spawgi
We use an internal implementation of Trac in our org. I think Trac has a good potential if used properly. However the Trac workflows are directed mostly towards development tasks and not QA tasks. Redmine also has good features from what I have read. But I have never used it. Here is a comparison

Re: manage.py command not found

2011-03-30 Thread spawgi
Assuming the South is very similar to Django from the documentation at the link. Here are some pointers. 1. Have you tried listing manage.py by trying ls command? 2. If you try ls -l, what are the permissions for manage.py? 3. Have you tried python manage.py? 4. Is there a shebang line at the top o

Re: Job on Django + python

2011-03-09 Thread spawgi
Hello Prashant, Can you please send detailed JD. Thanks and Regards, Sumod On Wed, Mar 9, 2011 at 12:38 PM, Prashant C wrote: > Hi , > > We are looking for developers looking to work on a Django + python > project, job location is mumbai, > Salary is not an issue for a right candidate > > you c

Re: sqlite path

2011-02-26 Thread spawgi
Have you tried updating the DB path in settings.py and creating a new db file? On Sat, Feb 26, 2011 at 2:30 AM, Andre Terra wrote: > Try appending the custom location to the beginning of your PYTHONPATH. > > Sincerely, > Andre Terra > > > On Fri, Feb 25, 2011 at 5:28 PM, Tim wrote: > >> hi, >>