1

Is it okay to edit the existing django-oscar sandbox project as my project or is it better to follow the django-oscar documentation?

chaze jake
  • 11
  • 1
  • you mean contributing to the project as e.g github fork, or you mean creating your e-coomerce project based on the `django-oscar`? – andilabs Feb 06 '18 at 21:57
  • 1
    If you are setting up your own project then it is better to follow the documentation. The sandbox can be helpful for debugging and/or checking your setup though. – solarissmoke Feb 07 '18 at 06:28

2 Answers2

1

If its for your project, you should follow the docs. But you can always use it for references.

Walucas
  • 2,549
  • 1
  • 21
  • 44
0

The sandbox site is a minimal implementation of Oscar where everything is left in its default state. It is useful for exploring Oscar’s functionality and developing new features.

As stated in the docs, you should only use the sandbox for inspiration or as a vanilla example. It may get quickly outdated with a new release, so it is always better to follow the main documentation.

shad0w_wa1k3r
  • 12,955
  • 8
  • 67
  • 90