lochanbisne / bluespam

Automatically exported from code.google.com/p/bluespam
0 stars 0 forks source link

No module named spam.urls #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to execute I got No module named spam.urls
please guide me.

Environment:

Request Method: GET
Request URL: http://127.0.0.1:8000/
Django Version: 1.1.1
Python Version: 2.6.5
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.admin',
 'spammer']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.middleware.doc.XViewMiddleware')

Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response
  83.                     request.path_info)
File "/usr/lib/pymodules/python2.6/django/core/urlresolvers.py" in resolve
  216.             for pattern in self.url_patterns:
File "/usr/lib/pymodules/python2.6/django/core/urlresolvers.py" in 
_get_url_patterns
  245.         patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/usr/lib/pymodules/python2.6/django/core/urlresolvers.py" in 
_get_urlconf_module
  240.             self._urlconf_module = import_module(self.urlconf_name)
File "/usr/lib/pymodules/python2.6/django/utils/importlib.py" in import_module
  35.     __import__(name)

Exception Type: ImportError at /
Exception Value: No module named spam.urls

Original issue reported on code.google.com by bugcy...@gmail.com on 1 Nov 2011 at 11:13

GoogleCodeExporter commented 8 years ago
ython manage.py runserver
Validating models...
0 errors found

Django version 1.1.1, using settings 'bluespam-read-only.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Exception Type: ImportError at /
Exception Value: No module named spam.urls

Original comment by bugcy...@gmail.com on 1 Nov 2011 at 11:15