move oxuser to user
This commit is contained in:
parent
925e4d8f18
commit
b6431b70a4
13 changed files with 8 additions and 6 deletions
14
pandora/user/urls.py
Normal file
14
pandora/user/urls.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
|
||||
from django.conf.urls.defaults import *
|
||||
|
||||
|
||||
urlpatterns = patterns("user.views",
|
||||
(r'^preferences', 'api_preferences'),
|
||||
(r'^login', 'api_login'),
|
||||
(r'^logout', 'api_logout'),
|
||||
(r'^register', 'api_register'),
|
||||
(r'^recover', 'api_recover'),
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue