adding all of botlist, initial add
[botlist.git] / botlist_trinity / projects / ghostnet / urls.py
blob99ef5eadc0a7b469ee4bd2d895dd79776f22c102
1 #!/usr/bin/env python
3 # Copyright 2008 Berlin Brown - botnode.com.
5 from django.conf.urls.defaults import *
7 urlpatterns = patterns('',
8 (r'^$', 'views.index'),
9 (r'^sign$', 'views.sign'),