gburlet / robotaba

Automatic Guitar Tablature Transcription Online
17 stars 1 forks source link

Writing MeiTabs #4

Closed gburlet closed 12 years ago

gburlet commented 12 years ago

When writing MeiTabs to disk, need to figure out a better way to tie the mei output file to the Django FileField. Need to scour Django documentation. Right now it has a problem if the mei/tab directory does not exist in the media root. I would like to somehow use the models.FileField(upload_to='mei/tab') like how it's used for file uploads.