Statistics
| Branch: | Tag: | Revision:

root / urls.py @ 3758cc42

History | View | Annotate | Download (277 Bytes)

1
# vim: ts=4 sts=4 et ai sw=4 fileencoding=utf-8
2
#
3
# Copyright © 2010 Greek Research and Technology Network
4
#
5

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

    
8
urlpatterns = patterns('',
9
    (r'^auth/api/', include('synnefo.auth.urls')),
10
    (r'^api/', include('synnefo.api.urls')),
11
)