diff options
| author | root <root@lalalizard.com> | 2012-12-09 14:16:20 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-09 14:16:20 -0500 |
| commit | 2f63fd7af50701357f72e0507e5709ae6adbd505 (patch) | |
| tree | 4259e07983422e48cad4316208687e58882c5e92 /frontend/urls.py | |
| parent | e533b6b3507d73e3c0267c02bdfddf8320277e93 (diff) | |
Directory page
Diffstat (limited to 'frontend/urls.py')
| -rw-r--r-- | frontend/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/urls.py b/frontend/urls.py index 7a438c9..0506968 100644 --- a/frontend/urls.py +++ b/frontend/urls.py @@ -4,4 +4,5 @@ from django.conf.urls import patterns, include, url urlpatterns = patterns('frontend.views', # API url(r'^backgrounds/$', 'backgrounds'), + url(r'^directory/$', 'directory'), ) |
