Commit a433ea0d authored by Denis Bilenko's avatar Denis Bilenko

webchat: fix AttributeError: 'module' object has no attribute 'handler404'

parent 6c16664e
<h1>Internal Server Error</h1>
from django.conf.urls.defaults import patterns
from django.conf.urls.defaults import *
from webchat import settings
urlpatterns = patterns('webchat.chat.views',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment