Cartridge

A Django shopping cart application
Download

Cartridge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Stephen McDonald
  • Publisher web site:
  • http://bitbucket.org/citrus/

Cartridge Tags


Cartridge Description

A Django shopping cart application Cartridge is a shopping cart app built using the Django framework. It is BSD licensed and designed to provide you with a clean and simple base for developing e-commerce websites. It purposely does not include every conceivable feature an e-commerce website could potentially use, instead focusing on providing only the core features that are common to every e-commerce website.This specific focus stems from the idea that every e-commerce website is different, tailoring to the particular business and products at hand, and should therefore be as easy as possible to customize. Cartridge achieves this goal with a code-base that implements only the core features of an e-commerce site, therefore remaining as simple as possible.Cartridge is designed as a plugin for the Mezzanine content management platform.InstallationAssuming you have setuptools installed, the easiest method is to install directly from pypi by running the following command, which will also attempt to install the dependencies mentioned above: easy_install -U cartridgeOtherwise you can download Cartridge and install it directly from source: python setup.py installOnce installed, the command mezzanine-project should be available via Mezzanine, which can be used for creating a new Cartridge project in a similar fashion to django-admin.py:mezzanine-project -a cartridge project_nameYou can then run your project with the usual Django steps: cd project_name python manage.py syncdb python manage.py runserverContributingCartridge is an open source project that is managed using both Git and Mercurial version control systems. These repositories are hosted on both Github and Bitbucket respectively, so contributing is as easy as forking the project on either of these sites and committing back your enhancements.SupportFor general questions or comments, please join the mezzanine-users mailing list. To report a bug or other type of issue, please use the Github issue tracker.


Cartridge Related Software