The project setting files are here /home/username/webapps/sms/sms/ settings.py
On Apr 21, 10:13 pm, zayatzz <[email protected]> wrote: > Shouldnt there be another sms in your pythonpath since there are 2 in > file path? > > Which folder holds your project settings? > /home/username/webapps/sms > or > /home/username/webapps/sms/sms ? > > Alan > > On Apr 22, 6:47 am, Denhuang <[email protected]> wrote: > > > I am getting an error when I type: > > > [unix]$ python manage.py syncdb > > Error: No module named basic > > > The files are under > > /home/username/webapps/sms/sms/basic/profiles/ > > > PythonPath '/home/username/webapps/sms' > > > INSTALLED_APPS = ( > > 'django.contrib.auth', > > 'django.contrib.contenttypes', > > 'django.contrib.sessions', > > 'django.contrib.sites', > > 'django.contrib.admin', > > 'sms.registration', > > 'sms.basic.profiles', > > ) > > > Anyone have any idea what is wrong? Probably something stupid in my > > setup. > > Dennis --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

