mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
Add authentication and registration to seahub
This commit is contained in:
6
profile/urls.py
Normal file
6
profile/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls.defaults import *
|
||||
|
||||
urlpatterns = patterns('profile.views',
|
||||
url(r'^$', 'show_profile'),
|
||||
url(r'^edit/$', 'set_profile', name="profile_setting"),
|
||||
)
|
Reference in New Issue
Block a user