Nmap Development mailing list archives

trying to run rainmap


From: Andreas Constantinides <megahz () megahz org>
Date: Mon, 22 Dec 2014 16:42:32 +0200

Hello all,

i am trying to follow the install guide for rainmap

anybody has run it recently? the latest is the one in the archive correct?

basically i have no experience with django and that’s where i got problems.

i am at the point where it says i should run ./manage.py and i get the following error

rainmap]$ sudo ./manage.py syncdb
Traceback (most recent call last):
  File "./manage.py", line 2, in <module>
    from django.core.management import execute_manager
ImportError: cannot import name execute_manager

searching it, i found that the “execute_manager” deprecated in Django 1.4 as part of the project layout refactor and 
was removed in 1.6 per the deprecation timeline: https://docs.djangoproject.com/en/1.4/internals/deprecation/#id3 
<https://docs.djangoproject.com/en/1.4/internals/deprecation/#id3>

any ideas on how to change that file to make it compatible with latest django?

thanks

— Andreas


_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: