kavanland
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

urls.py
text/x-python

Download raw (181 bytes)

from django.conf.urls import url
from twitblr import views


urlpatterns = [
    url(r'^$', views.home, name='aa-home'),
    url(r'^twitblr/$', views.twitblr, name='ak-twitblr'),
]