Statistics
| Branch: | Tag: | Revision:

root / pithos / urls.py @ b956618e

History | View | Annotate | Download (219 Bytes)

1
#
2
# Copyright (c) 2011 Greek Research and Technology Network
3
#
4

    
5
from django.conf.urls.defaults import *
6

    
7
urlpatterns = patterns('',
8
    (r'^v1$', include('pithos.api.urls')),
9
    (r'^v1/', include('pithos.api.urls'))
10
)