from Web.views.other import home
from Web.views.connection import connectionIndex, connectionDetail
from Web.views.download import downloadIndex
from Web.views.graph import services, servicesData
from Web.views.graph import ports, portsData
from Web.views.graph import urls, urlsData
from Web.views.graph import malware, malwareData
from Web.views.graph import ips, ipsData, ipsCountries
from Web.views.graph import connections, connectionsData, connCountries
from Web.views.graph import timeline
from Web.views.map import attackersMap, countriesMap
ok i solved vim /opt/DionaeaFR/DionaeaFR/urls.py
from django.conf.urls import url
from Web.views.other import home from Web.views.connection import connectionIndex, connectionDetail from Web.views.download import downloadIndex from Web.views.graph import services, servicesData from Web.views.graph import ports, portsData from Web.views.graph import urls, urlsData from Web.views.graph import malware, malwareData from Web.views.graph import ips, ipsData, ipsCountries from Web.views.graph import connections, connectionsData, connCountries from Web.views.graph import timeline from Web.views.map import attackersMap, countriesMap
urlpatterns = [
]
vim: set expandtab:ts=4
Originally posted by @ksufer in https://github.com/rubenespadas/DionaeaFR/issues/40#issuecomment-395519006