Re: ImportError failure

2014-10-22 Thread Juan Carlos
Hi Serdar, Sure, you're right. Thanks, thank you very much! Regards, Juan El miércoles, 22 de octubre de 2014 06:53:06 UTC-5, Serdar Dalgic escribió: > > Hi Juan, > > I believe you might have a problem while importing "example". Can you > check the line you're importing example and where did you

Re: ImportError failure

2014-10-22 Thread Serdar Dalgic
Hi Juan, I believe you might have a problem while importing "example". Can you check the line you're importing example and where did you put this "exsite.example" module? Your directory structure should be like this: mysite/ manage.py mysite/ __init__.py settings.py

ImportError failure

2014-10-22 Thread Juan Carlos
Hi everyone, When I execute python manage.py runserver it appers: ImportError: cannot import name 'example' from 'exsite' The relative code in the settings.py file is: INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contri