Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
> wrote: > >> Hello Leslie, >> >> I am know many things in django oscar. Please ask if yoz have questions. >> >> Regards >> >> Leslie Taffe schrieb am Di., 22. Nov. 2022, 00:30: >> >>> Hey so i'm a new dev looking into utilizin

Re: Help with understanding django-oscar

2022-11-21 Thread Leslie Taffe
Leslie, > > I am know many things in django oscar. Please ask if yoz have questions. > > Regards > > Leslie Taffe schrieb am Di., 22. Nov. 2022, 00:30: > >> Hey so i'm a new dev looking into utilizing Oscar but a lot of things in >> the doc aren't c

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Here are sanbox project with i have start https://github.com/django-oscar/django-oscar/tree/master/sandbox Good luck. On beginning absolut chaos because many things are not so as you know. For example show in apps.py this is absokut different as i know with urls.py. Or that models.py connects to

Re: Help with understanding django-oscar

2022-11-21 Thread Sebastian Jung
Hello Leslie, I am know many things in django oscar. Please ask if yoz have questions. Regards Leslie Taffe schrieb am Di., 22. Nov. 2022, 00:30: > Hey so i'm a new dev looking into utilizing Oscar but a lot of things in > the doc aren't clear to me if anyone would be willing

Help with understanding django-oscar

2022-11-21 Thread Leslie Taffe
Hey so i'm a new dev looking into utilizing Oscar but a lot of things in the doc aren't clear to me if anyone would be willing to just show me an example project I'd be fine with just that -- You received this message because you are subscribed to the Google Groups "Django users" group. To uns

Re: Apps aren't loaded yet exception when trying to run migrate Django oscar

2022-11-21 Thread Leslie Taffe
that problem before) > > Hope these simple solutions work! > > On Friday, November 11, 2022 at 11:38:44 AM UTC-7 imper...@gmail.com > wrote: > >> I'm trying to get to know django-oscar and this is what happens when i >> try to make migrations : >>

Re: Apps aren't loaded yet exception when trying to run migrate Django oscar

2022-11-12 Thread James
ork! On Friday, November 11, 2022 at 11:38:44 AM UTC-7 imper...@gmail.com wrote: > I'm trying to get to know django-oscar and this is what happens when i try > to make migrations : > Traceback (most recent call last): > File "C:\Users\Leslie\Desktop\GrandmarketV3\G

Apps aren't loaded yet exception when trying to run migrate Django oscar

2022-11-11 Thread Leslie Taffe
I'm trying to get to know django-oscar and this is what happens when i try to make migrations : Traceback (most recent call last): File "C:\Users\Leslie\Desktop\GrandmarketV3\Grandmarket\manage.py", line 22, in main() File "C:\Users\Leslie\Desktop\GrandmarketV3\G

Django Oscar mobile device QR Code scan

2022-10-27 Thread sebasti...@gmail.com
Hello, on a PC is Django Oscar in a Browser open with catalogue listview. Now i want to implement that i have on a mobile android device i have a QR Code Scanner how can send code to PC and in this QR Code is a article number and on PC this article number is automatical enter as keystrokes and

Re: django-oscar customisation

2021-12-09 Thread Julio Cojom
You need to fork the app and create a similar protect structure inside your forked app, then you can start customizing. Django Oscar isn't an easy way to start with Django El jue., 9 de diciembre de 2021 8:46 p. m., Ryan Nowakowski < r...@fattuba.com> escribió: > Try runni

Re: django-oscar customisation

2021-12-09 Thread Ryan Nowakowski
Try running the sandbox application: https://django-oscar.readthedocs.io/en/stable/internals/sandbox.html Then you can poke around that sandbox code and see how they did things. On November 22, 2021 2:23:28 AM CST, "Hervé Edorh" wrote: >Hi, >I am new to django-oscar and i t

django-oscar customisation

2021-11-22 Thread Hervé Edorh
Hi, I am new to django-oscar and i try to understand the structure of oscar. i have read many times the documentation but i think there is something i don't understand. I fork the template and customise the layout.html, base.html. but how can i build my own first page, i don

Re: [SOS] Django-Oscar Front end(theme) replacement

2017-12-29 Thread Matemática A3K
On Fri, Dec 29, 2017 at 5:14 AM, Fred Grey wrote: > Hi, > Hi! > > Does anybody use django-oscar to build a commerce website? I have done > most of the things to make it online. But the default theme is ugly and not > matched with the commodity's style. > > We are

[SOS] Django-Oscar Front end(theme) replacement

2017-12-29 Thread Fred Grey
Hi, Does anybody use django-oscar to build a commerce website? I have done most of the things to make it online. But the default theme is ugly and not matched with the commodity's style. We are a startup company and no UXD for the website design right now. Is there any other websites

Re: Django-oscar ModuleNotFoundError 'apps\\checkout'

2017-07-06 Thread Avraham Serour
try printing the cwd on settings.py to see what the relative path >> should be >> >> On Jul 5, 2017 9:10 PM, "Bernard Oosthuizen" >> wrote: >> >>> I am trying to *fork* one of the apps of django-oscar so that I can >>> customize it. I fol

Re: Django-oscar ModuleNotFoundError 'apps\\checkout'

2017-07-06 Thread Bernard Oosthuizen
> Can you post your directory structure? > > You may try printing the cwd on settings.py to see what the relative path > should be > > On Jul 5, 2017 9:10 PM, "Bernard Oosthuizen" > wrote: > >> I am trying to *fork* one of the apps of django-oscar so that I can

Re: Django-oscar ModuleNotFoundError 'apps\\checkout'

2017-07-06 Thread Avraham Serour
The double backslash is probably because you are on Windows Can you post your directory structure? You may try printing the cwd on settings.py to see what the relative path should be On Jul 5, 2017 9:10 PM, "Bernard Oosthuizen" wrote: > I am trying to *fork* one of the apps of dj

Django-oscar ModuleNotFoundError 'apps\\checkout'

2017-07-05 Thread Bernard Oosthuizen
I am trying to *fork* one of the apps of django-oscar so that I can customize it. I followed all the instructions on django-oscar docs <https://django-oscar.readthedocs.io/en/latest/topics/customisation.html#fork-oscar-app> All the files are created when I run python manage.py oscar_fo

Re: Django oscar core apps confilicts with my local apps

2015-08-27 Thread Mike Dingjan
ytics', ] + get_core_apps([ 'path.to.own.analytics', ]) On Tuesday, August 25, 2015 at 9:12:15 AM UTC+2, Kishan Mehta wrote: > > I have been working on a e commerce website. I am using django-oscar 1.1 > for this. Here is my installed app looks like : > > INSTALL

Re: Django oscar core apps confilicts with my local apps

2015-08-25 Thread 'Hugo Osvaldo Barrera' via Django users
working on a e commerce website. I am using django-oscar >> 1.1 for this. Here is my installed app looks like : >> >> INSTALLED_APPS =[ 'django.contrib.admin', 'django.contrib.auth', >> 'django.contrib.contenttypes', 'django.co

Re: Django oscar core apps confilicts with my local apps

2015-08-25 Thread Avraham Serour
Change your app name On Tue, Aug 25, 2015, 10:12 AM Kishan Mehta wrote: > I have been working on a e commerce website. I am using django-oscar 1.1 > for this. Here is my installed app looks like : > > INSTALLED_APPS = [ > 'django.contrib.admin'

Django oscar core apps confilicts with my local apps

2015-08-25 Thread Kishan Mehta
I have been working on a e commerce website. I am using django-oscar 1.1 for this. Here is my installed app looks like : INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.

Re: How to add product attribute in django-oscar? whether we should add the attributes thorugh only admin or dashboard?????

2014-10-02 Thread Collin Anderson
You may want to try asking that on the django-oscar mailing list. https://groups.google.com/d/forum/django-oscar -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, sen

How to add product attribute in django-oscar? whether we should add the attributes thorugh only admin or dashboard?????

2014-10-01 Thread muhil varnan
Hi, I am a beginner in the django-oscar. I was exploring the django oscar features for a while. During product creation, i got stuckup at "Product attributes"!!! actually I had created a "product type" from dashboard page. but do not know, how to create and map th

django-oscar

2013-09-11 Thread Erwin Sprengers
Anyone using django-oscar in combination with django 1.5 ? Can you share your experiences ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj

Re: Django Oscar "Add to basket" issue

2012-11-27 Thread Achu
Thanks David -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/y1g9onBJuI0J. To post to this group, send email to django-users@googlegroups.com. To unsubsc

Re: Django Oscar "Add to basket" issue

2012-11-27 Thread David Winterbottom
Hi Achu, Note that there is a google group for Oscar questions - that's a better place to ask questions such as this. https://groups.google.com/forum/#!forum/django-oscar Re your question: it looks like you are missing the basket middleware. You need t

Django-oscar Add to basket issue

2012-11-25 Thread Aswathy Raju
Hi All, I am trying to integrate an ecommerce section to my project using "Django - Oscar" .Here when I try to add a product to my basket I got following error .. AttributeError at /store/basket/add/ 'WSGIRequest' object has no attribute 'baske

Django Oscar "Add to basket" issue

2012-11-25 Thread Aswathy Raju
Hi All, I am trying to integrate ecommerce section to my project using Django Osacr . When I try to add one product to my basket I got this error AttributeError at /store/basket/add/ 'WSGIRequest' object has no attribute 'basket' Request Method: POST Request URL: http://localhost:8000/sto