Alexander Gaevsky
69b3282d99
Update Python headers package name, since Oscar 2 is compatible only with Python 3.
6 years ago
Alexander Gaevsky
5dd4319c32
Mention about necessity to install Python headers in order to build sandbox site.
6 years ago
Alexander Gaevsky
3924b4b2b2
Extract promotions application out of the Oscar core.
7 years ago
Joseph Wayodi
9f133298c8
Update docs to reflect newly-merged Oscar/Django app configs
7 years ago
WeJie
cfa6cf7c4b
Use python3 to create virtualenv in sandbox documentation (#2862)
7 years ago
Alexander Gaevsky
3b3c726c94
Remove note about django-compressor from getting started docs since it was removed from Oscar for a while.
7 years ago
George Tantiras
f2bb0fb73c
Fix outdated use of include() for URL patterns in docs
7 years ago
Samir Shah
b25d837fac
Fix admin URLs in getting started docs.
The ability to include(admin.site.urls) was removed in Django 2.
7 years ago
Samir Shah
af4d773764
Drop transifex-client from requirements.
It is installed separately in transifex.sh for travis, and not required for developing on Oscar.
8 years ago
Kees Hink
68bd0d4e14
Add make target for test, Makefile-created virtualenv can be python3.5 / python3.6. (#2588)
8 years ago
Samir Shah
8a3288da43
Drop support below Django 1.11
8 years ago
Kees Hink
befff38596
Create a python < 3.6 virtualenv for building docs.
8 years ago
Kees Hink
760b3866b3
Document test setup.
8 years ago
Kees Hink
56e38e1320
Remove trailing whitespace.
8 years ago
Samir Shah
6dbd7ab6b9
Remove Django 1.7 instructions from getting started docs
8 years ago
Samir Shah
f7371e2640
Fix reference to MIDDLEWARE_CLASSES in docs. Fixes #2439.
8 years ago
Samir Shah
fbc11b0b5b
Add note to docs about running flake8 and isort checks.
8 years ago
Samir Shah
83206547fe
Update User Model documentation
- Remove outdated material relating to old versions of Django
- State that Oscar assumes that the email field is unique
- Update a number of links to Django documentation.
- Minor fixes to other bits of documentation.
8 years ago
Alexander Gaevsky
6877b27049
Clarify location of `HAYSTACK_CONNECTIONS` setting.
8 years ago
Alexander Gaevsky
809c607f0a
Cleanup `DISPLAY_VERSION` and `VERSION` settings, move `USE_LESS` and `GOOGLE_ANALYTICS_ID` to the Oscar settings namespace.
8 years ago
Alexander Gaevsky
c92209116a
Fix instructions for running tests.
8 years ago
Jan Klapuch
6dc7a3ed27
Update context processors in getting started docs.
Load i18n context processor from django.template instead of django.core as fix for Django 1.10
9 years ago
Michael van Tellingen
a846c41ee3
Move sites/sandbox/ to the root directory.
Since there is no demo or us site anymore we can simplify the structure
somewhat by moving the sandbox one directory up
9 years ago
Richard
1b17891dac
Update getting_started.rst
9 years ago
Alexander Gaevsky
48c0dbcabe
Add `django.template.context_processors.i18n` context processor to the getting started documentation, necessary for the language switcher display.
9 years ago
Adam Chainz
1307c0bec1
Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 years ago
mvdwaeter
f0766cfc4d
Minor fixes on getting started documentation
Conflicts:
docs/source/internals/getting_started.rst
Cherry-picked from #1934 , because that PR was onto releases/1.1 and I
merged it to there by accident.
10 years ago
Michael van Tellingen
51980c7484
Remove the demo site
The demo site was not kept up to date with the recent changes in Oscar
due to time contraints. It should be moved to a separate demo repository
in the future.
10 years ago
Michael van Tellingen
bcbbd053f9
Remove the `US` demo site from the repository.
This might be resurrected in a separate repository in the future.
10 years ago
Stefano Brentegani
ce47c25208
Typos
10 years ago
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.
10 years ago
Ariel Kaplan
8e06fca264
Add specifics of how to log in
10 years ago
ryneeverett
3de888e7ca
Document importing OSCAR_MAIN_TEMPLATE_DIR
10 years ago
David Winterbottom
35d399e14d
Use settings to control pagination_by values
10 years ago
Michael van Tellingen
bea29cff09
Update getting started documentation for Django 1.8
The TEMPLATE_DIRS and TEMPLATE_CONTEXT_PROCESSORS are no longer separate
settings thus given an example for the new TEMPLATES setting.
Also note that the user should include widget_tweaks in the
INSTALLED_APPS setting.
10 years ago
Michael van Tellingen
f02ffa580f
Update contributing docs with pytest commands
10 years ago
Anton
5c29509c4e
misstype
10 years ago
Maik Hoepfel
c7cbce21f0
Add documentation for removed Django 1.6 support
11 years ago
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 .
11 years ago
Maik Hoepfel
fe358acd55
Include gender neutrality in our docs style guide
11 years ago
anentropic
3382022847
Docs: Replace reference to django admin with Oscar dashboard
Closes #1571 .
11 years ago
Markus Bertheau
1eed7c8b43
Our less files are not compatible with less V2
11 years ago
Maik Hoepfel
afcef5d75f
Update links to Oscar repo
This reflects the change in the repo URL.
11 years ago
Kristi
2201137377
Update getting_started.rst
It's necessary to add South before running migrate to successfully
create the database.
Cherry-picked by @maikhoepfel from #1545 .
11 years ago
David Winterbottom
deff55d632
Remove virtual-(less|node)
I much prefer just using npm these days.
11 years ago
David Winterbottom
4598f03f08
Warn about possible issues when running 'make sandbox'
11 years ago
Maik Hoepfel
be30a9bfd5
Fix docs build errors
Had to rename to new method name and re-add a link.
11 years ago
Bonza-Times
66bf3860b9
changed above to below
11 years ago
Maik Hoepfel
5eafeca2f2
Document changes regarding migrations
This commit updates the Getting started guide and highlights the upgrade
path for Oscar 0.8.
11 years ago
Maik Hoepfel
885ec6f5a9
Docs: Highlight that the Django admin interface is unsupported
The Django admin often enough does not work or not as expected; that
isn't communicated clearly enough. This commit hopefully clarifies
things a bit.
11 years ago