Skip to main content

A simple app Django app to understand how shopping cart models work

Project description

========
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 to
figure 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

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-shopcart-0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

django_shopcart-0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page