from django.conf import settings class Foo(models.Model): audio = models.FilePathField(path=settings.FILE_PATH_FIELD_DIRECTORY)