diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-12-11 11:42:51 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-12-11 11:42:51 +0200 |
commit | c19241dc3812c92b150376c3c8108c3359aaf488 (patch) | |
tree | 5754cec5ff58d1b398ef06427cba0f451d8ef77d /servo/urls | |
parent | ede4b92846696806eeff5324da7b31196aee108f (diff) | |
download | Servo-c19241dc3812c92b150376c3c8108c3359aaf488.tar.gz Servo-c19241dc3812c92b150376c3c8108c3359aaf488.tar.bz2 Servo-c19241dc3812c92b150376c3c8108c3359aaf488.zip |
Added upload prices function
Diffstat (limited to 'servo/urls')
-rw-r--r-- | servo/urls/products.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servo/urls/products.py b/servo/urls/products.py index 6d54ff1..3004d40 100644 --- a/servo/urls/products.py +++ b/servo/urls/products.py @@ -17,6 +17,8 @@ urlpatterns = patterns( name="products-upload_products"), url(r'^upload/parts/$', "upload_gsx_parts", name="products-upload_gsx_parts"), + url(r'^upload/prices/$', "upload_prices", + name="products-upload_prices"), url(r'^update_price/(\d+)/$', "update_price", name="products-update_price"), |