def prepare():
    """ Load data to database. 
    
    Normally you do this only once for your persistent database.
    """
    install_database() # SQL for Apex Vertex + WAP profiles
    install_deviceatlas() # Download device atlas files
    install_apex_vertex() # Load initial Apex Vertex data
Ejemplo n.º 2
0
 def setUp(self):
     install_apex_vertex()