Re: starting with django project

2010-08-27 Thread lakshay pushkarna
was doing the sym-linking incorrectly, re-did it , now its working :) thanks regards lakshay On Sat, Aug 28, 2010 at 12:16 AM, lakshay pushkarna < lakshaypushkarn...@gmail.com> wrote: > I have /usr/local/lib/python2.6/site-packages in my sys.path. i symlinked the > django-admin.py from the dja

Re: starting with django project

2010-08-27 Thread lakshay pushkarna
I have /usr/local/lib/python2.6/site-packages in my sys.path. i symlinked the django-admin.py from the django-trunk directory , how else should i put it into the python path thanks On Sat, Aug 28, 2010 at 12:04 AM, Simone Dalla wrote: > > > 2010/8/27 lakshay pushkarna > > hi, >> >> when i wr

Re: starting with django project

2010-08-27 Thread Simone Dalla
2010/8/27 lakshay pushkarna > hi, > > when i write the command at the time of creating a new directory for > starting a project with the command: > -> django-admin.py startproject mysite > > It shows me an error of the core module 's unavailability, > > ->Traceback (most recent call last)

starting with django project

2010-08-27 Thread lakshay pushkarna
hi, when i write the command at the time of creating a new directory for starting a project with the command: -> django-admin.py startproject mysite It shows me an error of the core module 's unavailability, ->Traceback (most recent call last): File "/usr/bin/django-admin.py", line 2,

Starting with Django

2007-01-10 Thread [EMAIL PROTECTED]
Hi, I'm a C++, Delphi programmer. I've some quite large applications win32. I want to move on to web development. I already have some good experience in Python , and I just love this language really simple, elegant and powerful. For example a school management software, that is quite extensive. I