django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet when using django-role-permission package

2015-12-19 Thread karim bernardet
Hi I am a new user with Django. I am trying to use the django-role-permission package but I have the error below : [karim@localhost gfmt]$ python ./manage.py check Traceback (most recent call last): File "./manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/pyth

Re: django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet when using django-role-permission package

2015-12-20 Thread karim bernardet
Using the branch "django19" fixed the problem. Sorry or the noise Karim Le dimanche 20 décembre 2015 00:06:38 UTC+1, karim bernardet a écrit : > > Hi > > I am a new user with Django. I am trying to use the django-role-permission > package but I have the error below :