-
Running
pip install django-oscar-accounts
(adding oscar_accounts to installed apps)
python manage.py migrate oscar_accounts
Yields:
SystemCheckError: System check identified some issues:
…
-
Hi Antony,
Great. I tried it and it works.
Here are a couple of suggestions for the README:
To run the script, first make sure you have OSCAR, HTTP, and JSON installed, i.e., run
julia> i…
-
Hello,
I use the currents data from public/data/oscar/20140131-surface-currents-oscar-0.33.json and map data from public/data/earth-topo.json, and the output is:
![blackSea](https://github.com/us…
-
If you go to the offer detail view in the dashboard, and this offer has been used in orders, you can generate an export.
See:
[django-oscar/src/oscar/apps/dashboard/offers/views.py](https://github…
-
deploy oscar on heroku
-
Per @dmitrievichh:
> Could you add Oscar Indicator?
> Source: [Oscar Oscillator by GenZai](https://www.tradingview.com/script/DMmuh5v5-OSCAR-Oscillator-by-GenZai-NNFX/)
-
When running inference script, I encountered error saying:
Traceback (most recent call last):
File "inference.py", line 72, in
inference()
File "inference.py", line 57, in inference
…
-
# Please help
```
oscar/oscar.js:2214
for (var i=0,groups=Object.keys(items[0x01]),len=groups.length,gro
TypeError: Object.keys called on non-object
at Function.keys (native)
at OscarConnection._…
-
It seems there is quite some inefficient conversion code from OSCAR to Singular (perhaps also the other way around) in e.g. `src/Rings/mpoly.jl`. One example:
```julia
function (SF::Singular.N_AlgEx…
-
> One comment beforehand: Most of this should not happen on the geometric side, but on the algebra side. We need all these fixes on the algebra side as well and should only have them in one spot. The …