Skip to content
/ saleor Public
forked from saleor/saleor

Well shiver me timbers! A Satchless-based store!

Notifications You must be signed in to change notification settings

kingtut/saleor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f591a26 · May 20, 2013
May 20, 2013
Apr 26, 2013
Apr 19, 2013
Apr 26, 2013
Apr 26, 2013
May 15, 2013
Apr 26, 2013
Apr 26, 2013
May 16, 2013
Apr 26, 2013
May 16, 2013
May 16, 2013
May 16, 2013
Mar 28, 2013
Feb 13, 2013
Apr 26, 2013

Repository files navigation

Saleor

Avast ye landlubbers! Saleor be a Satchless store ye can fork.

Build Status

Usage

  1. Fork the repo on GitHub (you can skip this step if you like)

  2. git clone your repository

  3. Install it in development mode:

    $ python setup.py develop
    

    (For production use python setup.py install instead.)

  4. Add a SECRET_KEY to your settings.py (we did not want to include one out of fear that you'd forget to change it)

  5. Prepare the database:

    $ saleor syncdb --all
    
  6. Run saleor runserver¹ to start the development server (on localhost:8000)

  7. Edit the code to have it suite your requirements

  8. Run the tests to make sure everything works:

    $ python setup.py test
    
  9. Deploy!

¹ saleor is a shortcut for running python manage.py so you can use it to execute all management commands.

About

Well shiver me timbers! A Satchless-based store!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published