Skip to content

Optixdesigns/django-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django shop by Optixdesigns.

Installation

	pip install https://github.com/Optixdesigns/django-shop

Add the folowwing to your INSTALLED_APPS setting

	...
	'shop',
	'shop.products',
	'shop.orders',
	'shop.cart',
	...

Add 'shop.cart.middleware.CartMiddleware' to MIDDLEWARE_CLASSES.

Add 'shop.cart.context_processors.cart' to TEMPLATE_CONTEXT_PROCESSORS.

Add app urls to your project URLConf::

url(r'^shop/', include('shop.urls'))

Releases

No releases published

Packages

No packages published

Languages