mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Decoupled the "reddit" application from the main program
This commit is contained in:
11
reddit/urls.py
Normal file
11
reddit/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
from django.conf.urls.defaults import *
|
||||
|
||||
from sso import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
(r'^profile/add/reddit', views.reddit_add),
|
||||
(r'^profile/del/reddit/$', views.reddit_del),
|
||||
(r'^profile/del/reddit/(?P<redditid>\d+)/$', views.reddit_del),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user