=============
Administrator
=============

Administrator - is a jam.py web application intended for application development 
and database administration.

To run Administrator go to a Web browser and type in the browser address bar 

.. code-block:: console

    127.0.0.1:8080/admin.html

.. note::

    Please note that *server.py* must be running
    
On the left side of the Administrator page there is a panel that contains the 
project tree. When you select any node of the project tree, as a rule, we open 
its content in the central part of the page, and the bottom and right side of 
the page may have buttons that allow you to modify its contents.

.. image:: _images/admin.png
	:align: center
	:alt: Admin


To see the changes made in Administrator go to the Project page and reload it 
(press F5).

.. toctree::
   :maxdepth: 1

   project/index
   roles
   users
   code_editor
   task
   groups
   items/index
   details
