Saturday, August 27, 2016

Redis error on initial migration

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!

WARNINGS:
saleor.W001: Session caching cannot work with locmem backend
        HINT: User sessions need to be globally shared, use a cache server like
Redis.

Any Idea?
Regards,
Mudassar

--
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/CANoUts6RPfHLRmjQmACs4dtU3E0T_rb%3D%2BRxjitMW_n%3D11Yj%3DNQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment