django-shopcart 0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoshopcart 0.1

========Shopcart========Shopcart is a simple app created for the class requirement.Detailed documentation (if any!) is with in the source files as comments.(I'd suggested to go through the source, since that would be an easier task than tofigure out manually)Quick start-----------1. Add "shopcart" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'shopcart', ]2. Include the shopcart urlconf in your project urls.py like this:: urlpatterns = [ ... url(r'^shopcart/', include('shopcart.urls')), ]3. Start the development server and visit http://127.0.0.1:8000/shopcart/ to view the shopcart app

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.