Saturday, August 27, 2016

Re: Redis error on initial migration

I did nothing in code yet just installed the app from repo and dependencies. But this error doesn't make sense to me so I thought somebody might had gone through this.

Author has same question about this in "issue" are at github. Question is not answered yet.
Regards,
Mudassar

On Sat, Aug 27, 2016 at 2:03 PM, James Schneider <jrschneider83@gmail.com> wrote:

On Aug 27, 2016 1:49 PM, "M Hashmi" <mhashmi1979@gmail.com> wrote:
>
> Hi,
> I am trying to setup "saleor" e-commerce on windows and getting this error.
>
> (saleorpro) C:\Users\Mudassar\saleorpro\saleor>manage.py makemigrations
> SystemCheckError: System check identified some issues:
>
> CRITICALS:
> userprofile.User: (auth.C009) <class 'saleor.userprofile.models.User'>.is_anonym
> ous must be an attribute or property rather than a method. Ignoring this is a se
> curity issue as anonymous users will be treated as authenticated!
> userprofile.User: (auth.C010) <class 'saleor.userprofile.models.User'>.is_authen
> ticated must be an attribute or property rather than a method. Ignoring this is
> a security issue as anonymous users will be treated as authenticated!
>

What does the saleor.userprofile.models.User look like? I'd looks like you are overriding is_anonymous and is_authenticated as methods, rather than keeping them as attributes or even properties.

Perhaps you forgot to decorate those methods as properties?

The Redis reference is simply a suggestion as a method for handling global caching.

Is this a 3rd party package? If so perhaps the author's documentation has something about this?

-James

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUa%3DcEWQRzt8HOeYBk81QYM7wEN_CD_JfWqGXcTuD1F8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANoUts4AVkDZf%3D54mcPCHpLQmN5pccXVYFvGvNh7J1XhuQwOYA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment