Metadata-Version: 1.1
Name: django-shop
Version: 0.9.0
Summary: A RESTful Django Shop
Home-page: http://www.django-shop.org/
Author: Jacob Rief
Author-email: jacob.rief@gmail.com
License: BSD License
Description: Breaking News
        =============
        
        After many month of hard work, version 0.9 of **djangoSHOP** has been
        finally released. Please `Read the
        Docs <http://django-shop.readthedocs.org/en/>`__ for additional
        information.
        
        Version 0.9 is a complete rewrite of the old code base, which was frozen
        as version 0.2.1. The `old documentation is available
        here <http://django-shop.readthedocs.org/en/0.2.1/>`__.
        
        Version 0.9 of **djangoSHOP** keeps the concepts of model overriding and
        cart modifiers. Therefore with some effort, it should be possible to
        migrate existing projects to this new release. Please contact me, if you
        need help.
        
        Running the demo projects
        -------------------------
        
        To get a first impression on **djangoSHOP**, try out the three full
        working demo projects.
        
        And remember, I'm always happy to get some feedback on how it works
        elsewhere.
        
        Run the demo in a local virtualenv
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Following the instructions ``docs/tutorial/intro.rst`` and
        ``docs/tutorial/quickstart.rst`` should create a running shop in
        minutes, prefilled with a dozen of products. You can even pay by credit
        card, if you apply for your own testing account at Stripe.
        
        Run the demo using Docker
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        A faster alternative to run the "polymorphic" demo of **djangoSHOP** is
        to use a prepared Docker container available on the (Docker
        Hub)[https://hub.docker.com/r/jrief/myshop-sample/]. If you have a
        running docker-machine, download and start the demo using:
        
        ::
        
            docker run -p 9001:9001 --rm jrief/myshop-sample:latest
        
        Then point a browser on the IP address of your docker machine onto port
        9001, for instance http://192.168.99.100:9001/ . To access the backend
        sign in with username *admin* and password *secret*. The first
        invocation of each page takes some time, since beforehand the supplied
        images have to be thumbnailed.
        
        django SHOP
        ===========
        
        This version of django-shop is currently used to implement real
        e-commerce sites. If you want to help out, please have a look at our
        development documentation in ``docs/contributing.rst``.
        
        DjangoSHOP aims to be a the easy, fun and fast shop counterpart to
        django CMS.
        
        Specifically, we aim at providing a clean, modular and
        Pythonic/Djangonic implementation of a shop framework, that a moderately
        talented Django programmer should be able to pick up and run easily.
        
        Build status
        ------------
        
        |Build Status|
        
        Todo:
        ~~~~~
        
        -  We need more tests.
        -  We need translations into other natural languages.
        -  The documentation should be checked by a native English speaker.
        
        .. |Build Status| image:: https://travis-ci.org/awesto/django-shop.svg
           :target: https://travis-ci.org/awesto/django-shop
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
