He visto este tutorial
http://www.desarrollaraplicaciones.c...do-primer.html
He creado mi django-admin.py startproject proyecto1 y python manage.py startapp aplicacion1
Pero me da este error en la pagina cuando accedo a
http://localhost:8000/mensaje:
Código Python:
Ver originalImportError at /mensaje
No module named aplicacion1
Request Method: GET
Request URL: http://localhost:8000/mensaje
Django Version: 1.6
Exception Type: ImportError
Exception Value:
No module named aplicacion1
Exception Location: C:\Python\Python27\lib\site-packages\django\utils\importlib.py in import_module, line 40
Python Executable: C:\Python\Python27\python.exe
Python Version: 2.7.6
Python Path:
['C:\\Python\\Proyectos',
'C:\\Windows\\SYSTEM32\\python27.zip',
'C:\\Python\\Python27\\DLLs',
'C:\\Python\\Python27\\lib',
'C:\\Python\\Python27\\lib\\plat-win',
'C:\\Python\\Python27\\lib\\lib-tk',
'C:\\Python\\Python27',
'C:\\Python\\Python27\\lib\\site-packages']
Server time: Tue, 19 Nov 2013 17:20:48 +0100
Al acceder a
http://localhost:8000/ me sale: A server error occurred. Please contact the administrator.