db.models.FilePathField

class FilePathField(path=None, match=None, recursive=False, max_length=100, **options) [source]

A CharField whose choices are limited to the filenames in a certain directory on the filesystem. Has three special arguments, of which the first is required:

doc_Django
2016-10-09 18:35:36
Comments
Leave a Comment

Please login to continue.