mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-06 08:54:12 +00:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
var ReleaseAudio = TastypieModel.extend({
|
|
urlRoot:window.appSettings.urlRoot + "release_audio/"
|
|
});
|
|
|
|
var ReleaseAudioCollection = TastypieCollection.extend({
|
|
model:ReleaseAudio
|
|
}); |