Samir Shah
8250e24cf8
Add documentation about the platforms and databases supported by Oscar.
Also remove unused migrations test for MySQL.
il y a 5 ans
Samir Shah
4dceec32e0
Prepare 2.1 beta release.
il y a 5 ans
Cameron
25c416eff3
Reorder URLs instructions to keep settings.py edits contiguous, update default conventions to Django 2.
il y a 5 ans
Brennan Wright
569e62a947
Add instructions for running the sandbox using Docker.
il y a 5 ans
samitnuk
2af6753c67
Add a new Communication app that manages all of Oscar's communications.
il y a 7 ans
Samir Shah
0a34fa744d
Make Python 3.7 the default environment for builds/tests.
il y a 5 ans
Basil Dubyk
62998f2c09
Add Oscar apps to `INSTALLED_APPS` as recommended by Django
il y a 5 ans
Samir Shah
c050b7cec3
Refactor asset management so that third party assets are not committed.
il y a 5 ans
Samir Shah
6eb079b9f1
Add heroku config for sandbox.
il y a 5 ans
Roger Erens
d2da32072c
Update sandbox.rst
Use the same option in the virtualenv command as the mkvirtualenv command uses.
apt-get is nowadays shortened to apt.
il y a 5 ans
Craig Loftus
348880840c
Add support for spell checking and carry out initial corrections
il y a 6 ans
Anthony Ricaud
0b16dc9203
Remove detox from docs
detox is unmaintained and tox has a parallel mode
il y a 6 ans
Anthony Ricaud
68ae8a2488
Use built-in venv module to create virtualenv
il y a 6 ans
Alexander Gaevsky
e7fc4b9475
Rework paragraph about template settings in getting started documentation.
il y a 6 ans
Alexander Gaevsky
04a8e3b465
Remove hacky setting `OSCAR_MAIN_TEMPLATE_DIR` completely.
il y a 6 ans
Alexander Gaevsky
69b3282d99
Update Python headers package name, since Oscar 2 is compatible only with Python 3.
il y a 6 ans
Alexander Gaevsky
5dd4319c32
Mention about necessity to install Python headers in order to build sandbox site.
il y a 6 ans
Alexander Gaevsky
3924b4b2b2
Extract promotions application out of the Oscar core.
il y a 6 ans
Joseph Wayodi
9f133298c8
Update docs to reflect newly-merged Oscar/Django app configs
il y a 6 ans
WeJie
cfa6cf7c4b
Use python3 to create virtualenv in sandbox documentation (#2862)
il y a 6 ans
Alexander Gaevsky
3b3c726c94
Remove note about django-compressor from getting started docs since it was removed from Oscar for a while.
il y a 6 ans
George Tantiras
f2bb0fb73c
Fix outdated use of include() for URL patterns in docs
il y a 7 ans
Samir Shah
b25d837fac
Fix admin URLs in getting started docs.
The ability to include(admin.site.urls) was removed in Django 2.
il y a 7 ans
Samir Shah
af4d773764
Drop transifex-client from requirements.
It is installed separately in transifex.sh for travis, and not required for developing on Oscar.
il y a 7 ans
Kees Hink
68bd0d4e14
Add make target for test, Makefile-created virtualenv can be python3.5 / python3.6. (#2588)
il y a 7 ans
Samir Shah
8a3288da43
Drop support below Django 1.11
il y a 7 ans
Kees Hink
befff38596
Create a python < 3.6 virtualenv for building docs.
il y a 7 ans
Kees Hink
760b3866b3
Document test setup.
il y a 7 ans
Kees Hink
56e38e1320
Remove trailing whitespace.
il y a 7 ans
Samir Shah
6dbd7ab6b9
Remove Django 1.7 instructions from getting started docs
il y a 7 ans
Samir Shah
f7371e2640
Fix reference to MIDDLEWARE_CLASSES in docs. Fixes #2439.
il y a 7 ans
Samir Shah
fbc11b0b5b
Add note to docs about running flake8 and isort checks.
il y a 8 ans
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.
il y a 8 ans
Alexander Gaevsky
6877b27049
Clarify location of `HAYSTACK_CONNECTIONS` setting.
il y a 8 ans
Alexander Gaevsky
809c607f0a
Cleanup `DISPLAY_VERSION` and `VERSION` settings, move `USE_LESS` and `GOOGLE_ANALYTICS_ID` to the Oscar settings namespace.
il y a 8 ans
Alexander Gaevsky
c92209116a
Fix instructions for running tests.
il y a 8 ans
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
il y a 8 ans
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
il y a 8 ans
Richard
1b17891dac
Update getting_started.rst
il y a 8 ans
Alexander Gaevsky
48c0dbcabe
Add `django.template.context_processors.i18n` context processor to the getting started documentation, necessary for the language switcher display.
il y a 9 ans
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.
il y a 9 ans
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.
il y a 9 ans
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.
il y a 9 ans
Michael van Tellingen
bcbbd053f9
Remove the `US` demo site from the repository.
This might be resurrected in a separate repository in the future.
il y a 9 ans
Stefano Brentegani
ce47c25208
Typos
il y a 9 ans
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.
il y a 9 ans
Ariel Kaplan
8e06fca264
Add specifics of how to log in
il y a 9 ans
ryneeverett
3de888e7ca
Document importing OSCAR_MAIN_TEMPLATE_DIR
il y a 10 ans
David Winterbottom
35d399e14d
Use settings to control pagination_by values
il y a 10 ans
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.
il y a 10 ans