[tasks] Add auto importing of scale csv from webdav
This commit is contained in:
@ -285,6 +285,7 @@ class ScaleCSVImport(BaseFileImportMixin):
|
||||
return path
|
||||
|
||||
csv_file = models.FileField(upload_to=get_path, **BNULL)
|
||||
original_filename = models.CharField(max_length=255, **BNULL)
|
||||
|
||||
def process(self, force=False):
|
||||
from scrobbles.importers.scale import import_scale_csv
|
||||
|
||||
Reference in New Issue
Block a user