added files/urls.py
This commit is contained in:
parent
07264983c6
commit
17372f3264
1 changed files with 6 additions and 0 deletions
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…
Add table
Reference in a new issue