We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After starting up the server, I get an error when I try to go to the site:
Environment:
Request Method: GET Request URL: http://localhost:8000/
Django Version: 1.3.1 Python Version: 2.6.1 Installed Applications: ['django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'zookeeper_dashboard.zkadmin', 'zookeeper_dashboard.zktree'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware')
Traceback: File "/Users/carlo/Projects/datadog/python/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py" in get_response
response = callback(request, _callback_args, *_callback_kwargs)
zkserver = ZKServer(server)
self.sessions.append(Session(line.strip()))
self.host = m.group(1)
Exception Type: AttributeError at / Exception Value: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered:
HI @clofresh follow this:
Setting.py
Put False at Debug... then check
got some error in command line then check it and let me know
Sorry, something went wrong.
No branches or pull requests
After starting up the server, I get an error when I try to go to the site:
Environment:
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.3.1
Python Version: 2.6.1
Installed Applications:
['django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'zookeeper_dashboard.zkadmin',
'zookeeper_dashboard.zktree']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware')
Traceback:
File "/Users/carlo/Projects/datadog/python/lib/python2.6/site-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py" in get_response
Exception Type: AttributeError at /
Exception Value: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered: