doc/tutorials/advanced/part02_security.rst
changeset 12881 38fcf5707295
parent 12879 7347715bf0ee
child 12900 2cc3f481ecd0
equal deleted inserted replaced
12880:59d4ad7e7df3 12881:38fcf5707295
   400 
   400 
   401 To run it type:
   401 To run it type:
   402 
   402 
   403 .. sourcecode:: bash
   403 .. sourcecode:: bash
   404 
   404 
   405     $ python test/test_sytweb.py
   405     $ python3 test/test_sytweb.py
   406     ======================================================================
   406     ======================================================================
   407     -> creating tables [====================]
   407     -> creating tables [====================]
   408     -> inserting default user and default groups.
   408     -> inserting default user and default groups.
   409     -> storing the schema in the database [====================]
   409     -> storing the schema in the database [====================]
   410     -> database for instance data initialized.
   410     -> database for instance data initialized.
   418 The first execution is taking time, since it creates a sqlite database for the
   418 The first execution is taking time, since it creates a sqlite database for the
   419 test instance. The second one will be much quicker:
   419 test instance. The second one will be much quicker:
   420 
   420 
   421 .. sourcecode:: bash
   421 .. sourcecode:: bash
   422 
   422 
   423     $ python test/test_sytweb.py
   423     $ python3 test/test_sytweb.py
   424     ======================================================================
   424     ======================================================================
   425     .
   425     .
   426     ----------------------------------------------------------------------
   426     ----------------------------------------------------------------------
   427     Ran 1 test in 2.662s
   427     Ran 1 test in 2.662s
   428 
   428