Sign inSign up

trydirect/django-oscar

By trydirect

Updated about 1 month ago

Django Oscar

Image
1

3.9K

trydirect/django-oscar repository overview

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Gitter chat

Django-Oscar template for developers

The goal of this project is to give possibility to setup Django-Oscar development environment as easy as it possible. More development tools for debugging and monitoring will follow.

Installation

Clone this project into your work directory:

$ git clone "https://github.com/trydirect/django-oscar.git"
$ cd django-oscar

Run stack with:

$ docker-compose up -d

Setup sandbox

In order to create django oscar database structure and load demo data execute following command:

docker exec --user=oscar -it oscar /sandbox.sh

Setup Sentry

COMPOSE_HTTP_TIMEOUT=300 docker-compose exec sentry bash -c "sentry upgrade"

Contributing

  1. Fork it (https://github.com/trydirect/django-oscar/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Support Development

Donate

Tag summary

Content type

Image

Digest

sha256:309fe5d02

Size

800.7 MB

Last updated

10 months ago

docker pull trydirect/django-oscar