how to symlink to django-admin.py from some place on path?????.

2009-11-23 Thread ccl4r
Hello, I'm tryin to install django on my windows machine, but I got stuck in the followin line "Consider symlinking to django-admin.py from some place on your path, such as /usr/local/bin." I'm not too techno- savvy...can someone point me in the right direction as to what that means and/or how I g

newbie: unable to open database file

2009-11-28 Thread ccl4r
I'm tryin out the tutorial and am very new to this...I have my settings.py as: DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'C:\Users\Student\Desktop\mysite' and when I run the command: python manage.py syncdb I get