Hi, I am trying to port my apps from django 0.96 to 1.0. I have made all the changes required for it but when I run
/usr/bin/python manage.py runserver I am getting error : Error: Can't find the file 'settings.py' in the directory containing 'manage.py'. It appears you've customized things. You'll have to run django-admin.py, passing it your settings module. (If the file settings.py does indeed exist, it's causing an ImportError somehow.) How can I fix it? changes I made is in model.py, url.py, form.py, views.py Do I have to run syncdb again?? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---