Closed freeroute closed 8 years ago
sudo pip install django=="1.5" reboot now also remove version higher then 1.5
Instead of reboot just stop the service and start ? On Mar 3, 2016 11:39 PM, "ufinal" notifications@github.com wrote:
sudo pip install django=="1.5" reboot now
— Reply to this email directly or view it on GitHub https://github.com/Subterfuge-Framework/Subterfuge/issues/10#issuecomment-192097933 .
Thanks for your help. I have installed django 1.5., now subterfuge running, but login credentials not captured. What sould I check?
Issue resolved by: 6c35097
When run subterfuge I got this error. What is the problem? Could you help me, please?
root@freeroute:~/Downloads/Subterfuge# subterfuge Traceback (most recent call last): File "/bin/subterfuge", line 25, in
from main.models import *
File "/usr/share/subterfuge/main/models.py", line 3, in
class credentials(models.Model):
File "/usr/lib/python2.7/dist-packages/django/db/models/base.py", line 94, in new
app_config = apps.get_containing_app_config(module)
File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 239, in get_containing_app_config
self.check_apps_ready()
File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 124, in check_apps_ready
raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
root@freeroute:~/Downloads/Subterfuge#