first round of browser based upload
This commit is contained in:
parent
65943df3f8
commit
cff5652853
6 changed files with 547 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ def serve_static_file(path, location, content_type):
|
|||
|
||||
urlpatterns = patterns('',
|
||||
(r'^admin/', include(admin.site.urls)),
|
||||
(r'^api/upload/$', 'archive.views.firefogg_upload'),
|
||||
(r'^api/upload/?$', 'archive.views.firefogg_upload'),
|
||||
(r'^url=(?P<url>.*)$', 'app.views.redirect_url'),
|
||||
(r'^file/(?P<oshash>.*)$', 'archive.views.lookup_file'),
|
||||
(r'^api/?$', include(ox.django.api.urls)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue