Samir Shah
4bdf5df9b1
Port all core templates and styles to Bootstrap 4.
Co-authored-by: Basil Dubyk <samitnuk.work@gmail.com >
Co-authored-by: Alexander Gaevsky <sasha@sasha0.ru >
Co-authored-by: Joseph Wayodi <jwayodi@gmail.com >
4 years ago
Samir Shah
f333a82773
Include sorl-thumbnail in installation steps for getting started docs.
4 years ago
Alexander Gaevsky
69cdcac54d
Add a note about disabling DDT in the sandbox.
4 years ago
Samir Shah
8250e24cf8
Add documentation about the platforms and databases supported by Oscar.
Also remove unused migrations test for MySQL.
4 years ago
Samir Shah
4dceec32e0
Prepare 2.1 beta release.
5 years ago
Cameron
25c416eff3
Reorder URLs instructions to keep settings.py edits contiguous, update default conventions to Django 2.
5 years ago
Brennan Wright
569e62a947
Add instructions for running the sandbox using Docker.
5 years ago
samitnuk
2af6753c67
Add a new Communication app that manages all of Oscar's communications.
7 years ago
Samir Shah
0a34fa744d
Make Python 3.7 the default environment for builds/tests.
5 years ago
Basil Dubyk
62998f2c09
Add Oscar apps to `INSTALLED_APPS` as recommended by Django
5 years ago
Samir Shah
c050b7cec3
Refactor asset management so that third party assets are not committed.
5 years ago
Samir Shah
6eb079b9f1
Add heroku config for sandbox.
5 years ago
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.
5 years ago
Craig Loftus
348880840c
Add support for spell checking and carry out initial corrections
5 years ago
Anthony Ricaud
0b16dc9203
Remove detox from docs
detox is unmaintained and tox has a parallel mode
5 years ago
Anthony Ricaud
68ae8a2488
Use built-in venv module to create virtualenv
5 years ago
Alexander Gaevsky
e7fc4b9475
Rework paragraph about template settings in getting started documentation.
6 years ago
Alexander Gaevsky
04a8e3b465
Remove hacky setting `OSCAR_MAIN_TEMPLATE_DIR` completely.
6 years ago
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.
6 years ago
Joseph Wayodi
9f133298c8
Update docs to reflect newly-merged Oscar/Django app configs
6 years ago
WeJie
cfa6cf7c4b
Use python3 to create virtualenv in sandbox documentation (#2862)
6 years ago
Alexander Gaevsky
3b3c726c94
Remove note about django-compressor from getting started docs since it was removed from Oscar for a while.
6 years ago
George Tantiras
f2bb0fb73c
Fix outdated use of include() for URL patterns in docs
6 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.
7 years ago
Kees Hink
68bd0d4e14
Add make target for test, Makefile-created virtualenv can be python3.5 / python3.6. (#2588)
7 years ago
Samir Shah
8a3288da43
Drop support below Django 1.11
7 years ago
Kees Hink
befff38596
Create a python < 3.6 virtualenv for building docs.
7 years ago
Kees Hink
760b3866b3
Document test setup.
7 years ago
Kees Hink
56e38e1320
Remove trailing whitespace.
7 years ago
Samir Shah
6dbd7ab6b9
Remove Django 1.7 instructions from getting started docs
7 years ago
Samir Shah
f7371e2640
Fix reference to MIDDLEWARE_CLASSES in docs. Fixes #2439.
7 years ago
Samir Shah
fbc11b0b5b
Add note to docs about running flake8 and isort checks.
7 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
8 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
8 years ago
Richard
1b17891dac
Update getting_started.rst
8 years ago
Alexander Gaevsky
48c0dbcabe
Add `django.template.context_processors.i18n` context processor to the getting started documentation, necessary for the language switcher display.
8 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.
9 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.
9 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.
9 years ago
Stefano Brentegani
ce47c25208
Typos
9 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.
9 years ago
Ariel Kaplan
8e06fca264
Add specifics of how to log in
9 years ago