You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Maik Hoepfel d0a94744e1 Use Python 3 compatible MySQL database adapter hace 11 años
..
apps Test and handle text representations of models hace 11 años
deploy Correct proxy IP in nginx config hace 11 años
fixtures Add product structure to sandbox fixtures hace 11 años
public/media Rename sandbox/assets/ to public/ hace 13 años
static Add robots.txt files to latest/demo sites hace 11 años
templates/gateway Improve sandbox gateway page hace 11 años
README.rst Clean up sandbox site hace 13 años
__init__.py Add demo site hace 13 años
manage.py Remove bad settings path hace 12 años
settings.py Django 1.7 fixes for demo site hace 11 años
settings_mysql.py Use Python 3 compatible MySQL database adapter hace 11 años
settings_postgres.py Revert relative imports for non-module sandbox settings hace 12 años
settings_sphinx.py Revert relative imports for non-module sandbox settings hace 12 años
test_migrations.sh Document the migration testing process better hace 11 años
update_latest.sh Stop performing a full re-index immediately after restarting Tomcat hace 12 años
update_qa.sh Add cronjobs for sandbox builds hace 13 años
urls.py Remove Rosetta hace 11 años

README.rst

============
Sandbox site
============

This site is deployed to two locations:

http://sandbox.oscar.tangentlabs.co.uk/
---------------------------------------

This site is used for testing the vanilla Oscar functionality, that is, Oscar
without any customisation. It is not a demo site for clients or potential Oscar
users. It is built automatically from the HEAD of the master branch every 20
minutes.

http://qa.oscar.tangentlabs.co.uk/
----------------------------------

This site is for Tangent's QA team to test release candidates. Like the sandbox
site, it is not customised but is built from fixed tags rather than continually
updated.