Just wanted to update everyone on the solve for this.
It turns out that I was overzealous in my pre-planning.
In my urls.py at the top of my project I had defined extra applications
that I had not fleshed out yet. So they didn't have any urls.py or
views.py defined.
Even though the error wa
Updating with full error:
Request Method:GETRequest URL:http:///uploader/list/Django
Version:1.3.7Exception Type:TemplateSyntaxErrorException Value:
Caught ImportError while rendering: No module named urls
Exception Location:/usr/lib/python2.6/site-packages/django/utils/importlib.py
in import_
My Settings.py:
# Django settings for EqlAnalystToolSet project.
import os, ldap
from django_auth_ldap.config import LDAPSearch, ActiveDirectoryGroupType
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', 'your_em...@example.com'),
)
MANAGERS = ADMINS
DATABASES = {
'defau
3 matches
Mail list logo