Re: Having an issue with Minimal File Upload utility

2013-06-26 Thread Matt Lind
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

Re: Having an issue with Minimal File Upload utility

2013-06-22 Thread Matt Lind
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_

Re: Having an issue with Minimal File Upload utility

2013-06-19 Thread Matt Lind
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