summaryrefslogtreecommitdiffstats
path: root/docs/administration.rst
blob: 11e2c7b95f9514436cc7768b0b92811fe2321250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017 AT&T Intellectual Property.  All rights reserved.

Administration
================

There is a functionality which part of Django framework to manage all
models and tables located on our application's db.
The django based containers are: engagement-manager, cms, ci tests

Usually, the admin dashboard url is http(s)://{{domain}}/admin/
Throght there you will see all models exists in the related application
(in the shape of tables) and will be able to create/update/delete there rows.

The VVP application allow you to login into portal as admin (usually created
under admin@{{your-domain}}.com). The admin allow you to manage VVP entities,
update templates and display all availiable engagements and VFs.
You can reach the screen by clicking the user bubble on top-right
of the screen, and from the drop-down menu - click the 'Admin' button.

Processes
-----------


Actions
---------