コード例 #1
0
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
コード例 #2
0
 def setUp(self):
     install_apex_vertex()