Re: Creating a Symbolic Link using Windows

2009-03-05 Thread snaggz03
OK, so I've gone back to the beginner tutorial from http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01 . Now whenever I try to use "python manage.py runserver" I get these errors Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/manageme

Re: Creating a Symbolic Link using Windows

2009-03-03 Thread snaggz03
Thanks, Sergio. I have now confirmed that dajngo-admin.py is located in C:\Python2.6\Scripts . So the symlink wasn not what was keepig my admin site from working properly or at all. I was following along with the django tutorial from www.djangoproject.com , modifying it to my own project as I we

Creating a Symbolic Link using Windows

2009-03-03 Thread snaggz03
I am a beginner so bear with me here. Given this from the django tutorial, "django-admin.py should be on your system path if you installed Django via python setup.py. If it’s not on your path, you can find it in site- packages/django/bin, where `site-packages` is a directory within your Python i