Re: runserver with manage.py works but doesn't work with django-admin.py

2008-07-08 Thread Evert
> so it's odd that my new project works with "python manage.py > runserver" but gives me an error when i do "django-admin.py > runserver." how is this possible? Is it? Have a look inside manage.py: " try: import settings # Assumed to be in the same directory. except ImportError: import

runserver with manage.py works but doesn't work with django-admin.py

2008-07-07 Thread Daehee
so it's odd that my new project works with "python manage.py runserver" but gives me an error when i do "django-admin.py runserver." how is this possible? btw the error is below: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/Current/bin/