Ver Mensaje Individual
  #4  
Antiguo 01-02-2013
[egostar] egostar is offline
Registrado
 
Registrado: feb 2006
Posts: 6.572
Reputación: 27
egostar Va camino a la fama
Hola mamcx, quise entrar al enlace de la Documentacion me salió éste aviso:

Cita:
raceback (most recent call last):
File "/app/.heroku/venv/lib/python2.7/site-packages/tornado/web.py", line 988, in _execute
getattr(self, self.request.method.lower())(*args, **kwargs)
File "/app/.heroku/venv/lib/python2.7/site-packages/tornado/web.py", line 1491, in get
raise HTTPError(404)
HTTPError: HTTP 404: Not Found
Y en la descarga del servidor me mostró el siguiente mensaje:

Cita:
Page not found (404)Request Method: GET
Request URL: http://www.bestsellerapp.com/es/downloads/


Using the URLconf defined in urls, Django tried these URL patterns, in this order:
^admin/doc/
^admin/
^logout$ [name='logout']
^es/ ^$ [name='home']
^es/ ^changepwd$ [name='change_pwd']
^es/ ^bestseller [name='bestSeller']
^es/ ^planningboard [name='planningBoard']
^es/ ^teleport
^static\/(?P<path>.*)$

The current URL, es/downloads/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
Felicidades y mucho éxito en tu proyecto, "a ojo de buen cubero" se oye muy interesante el aplicativo.

Saludos
__________________
"La forma de empezar es dejar de hablar y empezar a hacerlo." - Walt Disney
Responder Con Cita