Start på videresendt besked:Dato: 6. mar. 2015 kl. 09.49.01 CETFra: inoyon artlover KLANGRAUSCH <inoyonartlover@googlemail.com>Emne: attaching an app to site via apphook fails. server crashes only (beginner question)I created a site and via the django-cms interface. Than edited the site
via advanced settings: adding the hooked app and defining a 'namespace'
as reqired.
result is:ImportError at /de/
No module named 'p'
Request Method: GET Request URL: http://127.0.0.1:8000/de/ Django Version: 1.7.5 Exception Type: ImportError Exception Value: No module named 'p'
Try starting runserver as "python manage.py runserver --traceback"
That should get you a traceback when you open the URL in your browser, so you can see where in your code the ImportError is happening
Erik
No comments:
Post a Comment