David Winterbottom
b6ac6637a1
Adjust settings docs for slugify function
13 лет назад
David Winterbottom
d6be17f7b1
Added a few screenshots for the 0.5 release note
13 лет назад
David Winterbottom
cea2892076
Add release notes for 0.5
13 лет назад
David Winterbottom
10fb79ed95
Rework the docs index page
13 лет назад
David Winterbottom
3bc447a207
Fix a few sphinx warnings
13 лет назад
David Winterbottom
be227c1107
Add missing settings to docs
Plus some general reorganisation.
13 лет назад
David Winterbottom
2c8d8fb195
Add doc on handling migrations when upgrading
Fixes #608
13 лет назад
Georgiy Kutsurua
6dcff660de
Support other slugifier function
13 лет назад
David Winterbottom
d55a5fdf1f
Add simple address app docs (including autodoc)
13 лет назад
David Winterbottom
2e11cde8eb
Include snippet for better documenting of model fields
See http://djangosnippets.org/snippets/2533/
13 лет назад
David Winterbottom
b4d571c00d
A few minor corrections to the docs
13 лет назад
Maik Hoepfel
6d5cedc862
Add setting to make address fields required
OSCAR_REQUIRED_ADDRESS_FIELDS allows setting which fields are required.
The use case is that post codes are expected to be required, but many
countries don't actually use them.
13 лет назад
Sebastian Vetter
23ab7d3a64
Make less work with offline compression and document it
13 лет назад
Maik Hoepfel
f5093fa02f
render_product: Docs & default paths
13 лет назад
Maik Hoepfel
fa955cf186
Docs: Move design decisions and dev environment
They really don't belong in /contributing.
13 лет назад
Maik Hoepfel
ededcd17d6
Docs: Merge tests/README.rst into docs structure
13 лет назад
Maik Hoepfel
0e101f44b3
Docs: Added documentation for tox tests
13 лет назад
Maik Hoepfel
32502665d0
Docs: Add debugging trick for model customisations
Was posted on the mailing list.
13 лет назад
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.
13 лет назад
Maik Hoepfel
12b2e60707
Docs: Merged content from old docs
my_model_customisations_arent_picked_up now lives in a subsection of the
recipe how_to_customise_models.
The old conventions.rst is now merged into the new coding-style.rst.
The old search.rst has been dropped as it seems outdated.
13 лет назад
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.
13 лет назад
Davi Vidal
b85aaf6717
Added doc about OSCAR_PROMOTION_POSITIONS setting
Also grouped promotion settings together.
13 лет назад
David Winterbottom
d4bdd320dc
Extend recipe on customising a core class
Building on the work of @ArtS
13 лет назад
David Winterbottom
da10ac0cba
Update docs with how to develop CSS/LESS
13 лет назад
Maik Hoepfel
2164351d6b
Docs: Rename docs on creating benefits
/howto/index.rst was pointing at the wrong file. Renamed the file to
maintain naming consistency.
13 лет назад
Maik Hoepfel
70d06212c8
Docs: remove boilerplate project section
Yet another project is hard to maintain, and it's mainly used for
internal use. Removing it reduces the number of options of how to get a
Oscar project running, hence making it easier.
13 лет назад
David Winterbottom
61c254b9a7
Add recipe on creating a custom benefit
13 лет назад
Maik Hoepfel
6456126924
Update docs/ structure
To set a base for upcoming docs changes, the docs directory structure
has been streamlined to follow a simplified version of Django's docs.
The old _draft folder has been removed. Both files from there and the
current docs that don't fit nicely into the new structure are in _old/
for the moment.
13 лет назад
David Winterbottom
0535fe1b5e
Add recipe on how to integrate a payment partner
13 лет назад
Moose
51040a8eea
Adding docs for post_checkout signal
13 лет назад
Moose
813664479c
Correcting typo
13 лет назад
Moose
420d3aa041
Updating signal docs
13 лет назад
Davi Vidal
172c2aadd1
Adding docs about how to setup flatpages.
13 лет назад
Davi Vidal
0f1d3a4d65
Adding doc about the configuration option
13 лет назад
Artёm Skvira
ca27d3fe4b
Expanded core class overriding example, added explanation on required changes to settings.py
13 лет назад
Sebastian Vetter
d77df2534c
Add code field to partner model
This allows partners to be identified without using a name that might
change or be translated.
Unfortunately, this involves a few tricky migrations to move data around
in the correct order.
Fixes #434 but reverts work done for #354
13 лет назад
David Winterbottom
a4d02f7e50
Update LESS example in docs
13 лет назад
David Winterbottom
3d6d7affb9
Fix Sphinx warnings/errors
13 лет назад
David Winterbottom
08479e6ce7
Add guide for FEDs on customising statics
13 лет назад
David Winterbottom
efa6a8b653
Rework URL customisation recipe
More focus on integration into root urls.py
13 лет назад
Sebastian Vetter
a141dfffc9
Fix syntax error in docs code example
13 лет назад
Sebastian Vetter
a8570e23bd
Add documentation to change URL patterns
13 лет назад
Art Skvira
24d2bac2aa
Update docs/source/getting_started.rst
Replaced legacy 'shop' name with 'application'
13 лет назад
David Winterbottom
5bdcd7da67
Add recipe on submitting translations
13 лет назад
Maik Hoepfel
d7b85f7621
Docs: Work on "customising an app".
The docs contained reference on how to keep template tags working after
overriding an app, but this information is now obsolete as they've been
moved to oscar/templatetags. Thus, this info is removed.
It is replaced by similar instructions on how to keep the Django admin
around.
13 лет назад
David Winterbottom
d0e48922a9
Update installation doc
* Use `code-block` to see if that renders differently
13 лет назад
David Winterbottom
90dc9aba95
Document dependency on compressor in default templates
See https://groups.google.com/forum/#!topic/django-oscar/-F1rEUX-RZA
13 лет назад
Sebastian Vetter
ea336e3c85
Add note to docs for customising classes of products.
13 лет назад
Maik Hoepfel
76a402f5ac
Docs: Fix typo and remove duplicate word.
13 лет назад
Maik Hoepfel
15bdeab9e6
Docs: Remove duplicate OSCAR_IMAGE_FOLDER entry
13 лет назад