Merge master into img-playground. Image support with new management features. Missing...
[redakcja.git] / apps / apiclient / urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('apiclient.views',
4     url(r'^oauth/$', 'oauth', name='apiclient_oauth'),
5     url(r'^oauth_callback/$', 'oauth_callback', name='apiclient_oauth_callback'),
6 )