upload, recovery

This commit is contained in:
j 2010-02-03 17:29:11 +05:30
commit 57fad37643
7 changed files with 118 additions and 13 deletions

11
oxdb/backend/urls.py Normal file
View file

@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from django.conf.urls.defaults import *
urlpatterns = patterns("backend.views",
(r'^upload/', 'firefogg_upload'),
(r'^$', 'api'),
)