Nmap Development mailing list archives

Re: trying to run rainmap


From: Robin Wood <robin@digi.ninja>
Date: Mon, 22 Dec 2014 14:47:43 +0000

You could install an old version of Django, steps going to be similar to this:

http://stackoverflow.com/questions/3220280/how-do-i-install-an-old-version-of-django-on-virtualenv

Robin

On 22 December 2014 at 14:42, Andreas Constantinides <megahz () megahz org> wrote:
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

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/
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: