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 django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to