gpranav88-zz / clothzy-MVP

Clothzy MVP
0 stars 0 forks source link

Open route for search #2

Closed agamdua closed 10 years ago

agamdua commented 10 years ago
gpranav88-zz commented 10 years ago

Created api/search/product.* route which gives dummy product data along with filter values. This can be used to test populate the product search page. Committed changes to nitrous

agamdua commented 10 years ago

Had to make one small change to open the /search in url.py:

    url('^store|product|search|review|contact|privacy-policy|designers-brands|about|user\/.*', 'clothzy.views.home', name="home")
agamdua commented 10 years ago

Reassigning to @gpranav88 to open the the store routes and any modifications being made for the above.

gpranav88-zz commented 10 years ago

routes opened.