San Diego Tango Marathon

15-17 August 2025

Get your pass NOW!

Prices:

Full Event Pass Day and Bay Milonga passes

Individual milonga entradas are available at the door (cash or Venmo), except for the Bayside milonga.
Prices are on the Schedule


Refund Policy:

 

 

 

 

 

 

 

 

 

 

 

 

// with jQuery $.post( 'https://graph.facebook.com', { id: '', scrape: true }, function(response){ console.log(response); } ); // with "vanilla" javascript var fbxhr = new XMLHttpRequest(); fbxhr.open("POST", "https://graph.facebook.com", true); fbxhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); fbxhr.send("id=&scrape=true");