Increasing length of the BookMedia.name field
[wolnelektury.git] / apps / waiter / urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('waiter.views',
4     url(r'^(?P<path>.*)$', 'wait', name='waiter'),
5 )