Friday, November 23, 2018

Run the Django Oscar Sandbox Locally

git clone https://github.com/django-oscar/django-oscar.git

cd django-oscar

mkvirtualenv oscar  # needs virtualenvwrapper

make sandbox

The sandbox site (initialized with a sample set of products) will be available at: http://localhost:8000  

A sample superuser is installed with credentials:
username : superuser
email        : superuser@example.com
password : testing

No comments:

Post a Comment