fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rearrange source to src dir.
[redakcja.git]
/
apps
/
apiclient
/
urls.py
diff --git
a/apps/apiclient/urls.py
b/apps/apiclient/urls.py
deleted file mode 100755
(executable)
index
5e54965
..0000000
--- a/
apps/apiclient/urls.py
+++ /dev/null
@@
-1,6
+0,0 @@
-from django.conf.urls.defaults import *
-
-urlpatterns = patterns('apiclient.views',
- url(r'^oauth/$', 'oauth', name='users_oauth'),
- url(r'^oauth_callback/$', 'oauth_callback', name='users_oauth_callback'),
-)