You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hello,
We are trying to run a local development server for our django python app. We are able to connect to our localhost index and get the "It Worked!" Dango page. However when we try to connect to 127.0.0.1/admin/ we are getting an error that the server dropped the connection. Here is the log for the django project:
Exception happened during processing of request from ('130.191.204.231', 62070) Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/Library/Python/2.7/site-packages/Django-1.8.dev20141212211410-py2.7.egg/django/core/servers/basehttp.py", line 101, in __init__ super(WSGIRequestHandler, self).__init__(*args, **kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 649, in __init__ self.handle() File "/Library/Python/2.7/site-packages/Django-1.8.dev20141212211410-py2.7.egg/django/core/servers/basehttp.py", line 173, in handle handler.run(self.server.get_app()) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 92, in run self.close() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/simple_server.py", line 33, in close self.status.split(' ',1)[0], self.bytes_sent AttributeError: 'NoneType' object has no attribute 'split'