added files/urls.py
This commit is contained in:
parent
07264983c6
commit
17372f3264
6
edgware/files/urls.py
Normal file
6
edgware/files/urls.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from django.conf.urls.defaults import *
|
||||||
|
import views
|
||||||
|
|
||||||
|
urlpatterns = patterns('',
|
||||||
|
(r'addFolder', views.add_folder),
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user