Samir Shah
8250e24cf8
Add documentation about the platforms and databases supported by Oscar.
Also remove unused migrations test for MySQL.
4 年前
Samir Shah
4dceec32e0
Prepare 2.1 beta release.
5 年前
Samir Shah
c050b7cec3
Refactor asset management so that third party assets are not committed.
5 年前
Craig Loftus
348880840c
Add support for spell checking and carry out initial corrections
5 年前
Alexander Gaevsky
69b3282d99
Update Python headers package name, since Oscar 2 is compatible only with Python 3.
6 年前
Alexander Gaevsky
809c607f0a
Cleanup `DISPLAY_VERSION` and `VERSION` settings, move `USE_LESS` and `GOOGLE_ANALYTICS_ID` to the Oscar settings namespace.
8 年前
Maik Hoepfel
a1ce6ac788
Switch to using browser-based LESS pre-processor
django-compressor used to trigger processing of the less files during
development. But with the browser-based compiler, an easy replacement is
available. This even lowers the barrier to altering styles, because
getting npm up and running isn't required.
Offline compilation isn't impacted.
Using the most current less version seems to not cause any trouble, so I
removed the version requirement.
9 年前
Maik Hoepfel
c7cbce21f0
Add documentation for removed Django 1.6 support
10 年前
Monika Sulik
a17a79f747
Remove mentions of vagrant from the docs
Vagrant support was removed from release 1.0. This commit removes mentions of it from the docs.
Closes #1559 .
10 年前
Markus Bertheau
1eed7c8b43
Our less files are not compatible with less V2
10 年前
David Winterbottom
deff55d632
Remove virtual-(less|node)
I much prefer just using npm these days.
10 年前
David Winterbottom
5c74837d56
Docs spruce up
11 年前
Andrea Grandi
2a03a3b1c6
Add section for JPEG support to installation instructions
11 年前
Maik Hoepfel
8fcff62012
Docs: Emphasize need for virtualenvwrapper
In our instructions, it wasn't entirely clear that virtualenvwrapper is
required for setup.
Fixes #1088
11 年前
David Winterbottom
98d330d9eb
Add note on python-dev (which is required for greenlet)
11 年前
Maik Hoepfel
a52aaecd9e
Docs: Document how to create migrations
# Last 5 commit messages
# ----------------------
# 30eead5 Remove custom user app from sandbox [Maik Hoepfel]
# ee3ee02 Drop create_migration.py helper [Maik Hoepfel]
# a77e78c Don't show country field if only one is available [David Winterbottom]
# b5790aa Handle products without a category in GA subission [David Winterbottom]
# 39e0932 Merge pull request #782 from tangentlabs/feature/add_eway_extension_to_docs [David Winterbottom]
11 年前
David Winterbottom
c7eafc8695
Update CSS docs (they were stale in places)
Fixes #709
12 年前
Maik Hoepfel
09ec91fe73
Docs: Fix broken sandbox link
12 年前
Maik Hoepfel
02cc6f9db4
Docs: Explain changes to Vagrant VM
12 年前
David Winterbottom
10fb79ed95
Rework the docs index page
12 年前
David Winterbottom
b4d571c00d
A few minor corrections to the docs
12 年前
Maik Hoepfel
fa955cf186
Docs: Move design decisions and dev environment
They really don't belong in /contributing.
12 年前
Maik Hoepfel
eb90256263
Docs: Centralise sandbox instructions
Building the sandbox was explained in multiple locations, and in
slightly different ways. The sandbox now has a separate document.
12 年前
Maik Hoepfel
a4c4d5aaad
Split up contributing guidelines
They were getting quite long. They've been split up in several
subsections. Some of them are borrowing heavily from the Django docs.
12 年前