Re: eCommerce Search

2014-12-17 Thread John Rodkey
rch for django+faceted+search. Is it what you're > looking for? > > Best regards > > > Le 17/12/2014 16:20, John Rodkey a écrit : > > Hi All, I apologize if this has been answered, but what is the best way > to > > search/query a model based on filters. &

eCommerce Search

2014-12-17 Thread John Rodkey
Hi All, I apologize if this has been answered, but what is the best way to search/query a model based on filters. For example, say we are setting up a shoe site. What is the best way to allow customers to search for shoes by brand, color, size, and/or price. I would prefer to make these dropd

Re: Is it wrong to disable a lot of the core django features?

2014-11-22 Thread John Rodkey
create a group for each company/branch then add each > user to their respective groups upon registration. > > Each groups may have custom permissions, so you are not stuck with the > built in add/edit/delete rights. You may create any type of permission and > check for it in

Re: Is it wrong to disable a lot of the core django features?

2014-11-21 Thread John Rodkey
UTC-6, Carl Meyer wrote: > > Hi John, > > On 11/21/2014 02:33 PM, John Rodkey wrote: > > Thank you for the quick answer. Using your recommendation, can we > simply > > disable the admin, groups and permissions, but still use the > Authentication > > (

Re: Is it wrong to disable a lot of the core django features?

2014-11-21 Thread John Rodkey
particular, auth and admin are part of "contrib"; that is, useful > applications built on top of Django and shipped with it. They aren't > even part of Django core. All of contrib is meant to be entirely optional. > > On 11/21/2014 01:18 PM, John Rodkey wrote: > >

Is it wrong to disable a lot of the core django features?

2014-11-21 Thread John Rodkey
We are evaluating django for a new internal CRM project and have issues using many of the built in features including: the base user, permissions, and authentication. We do not wish to use the built-in admin... The level of complexity for our permissions will be based on the employees job func

Re: django 1.7 Groups

2014-09-15 Thread John Rodkey
I just thought of this this morning too. Thanks for the recommendation -- 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 django-users+unsubscr...@googlegroups.co

django 1.7 Groups

2014-09-12 Thread John Rodkey
How can I modify the auto generated auth groups to include a foreign key? We wish to add a foreign key to show group ownership to a company table. For example, Company A could create a librarians group and assign users. Company B could create a brokers group and assign users -- You received t