cybexweb package¶
Subpackages¶
Submodules¶
cybexweb.apps module¶
cybexweb.dockers module¶
Module for connecting to Neo4j DB in docker container.
-
cybexweb.dockers.
check_db
(client, containerid)¶
-
cybexweb.dockers.
create_db
(client, stats=None)¶
-
cybexweb.dockers.
delete_db
(client, id)¶
-
cybexweb.dockers.
find_free_ports
()¶
-
cybexweb.dockers.
killall
(client)¶
-
cybexweb.dockers.
list_db
(client)¶
-
cybexweb.dockers.
pw_gen
(size=8, chars='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')¶
-
cybexweb.dockers.
testGraphConnection
(user, passw, addr, bolt_port)¶
cybexweb.urls module¶
URL Configuration for all urls that don’t require authentication.
- The urlpatterns list routes URLs to views. For more information please see:
Examples: Function views
Add an import: from my_app import views
Add a URL to urlpatterns: path(‘’, views.home, name=’home’)
- Class-based views
Add an import: from other_app.views import Home
Add a URL to urlpatterns: path(‘’, Home.as_view(), name=’home’)
- Including another URLconf
Import the include() function: from django.urls import include, path
Add a URL to urlpatterns: path(‘blog/’, include(‘blog.urls’))
cybexweb.views module¶
Module that defines the Django views that don’t require authentication.
-
class
cybexweb.views.
AboutView
(**kwargs)¶ Bases:
django.views.generic.base.TemplateView
-
template_name
= 'about.html'¶
-