All Posts in Django
Feb.
22nd,
2012
The following tip, should help in understanding how the FileField handles the path and url for a file referenced in the database. The Model Object The FileField model in Django is used to store files in Django. The file itself is not stored in the database but on the filesystem,… read the rest of the article
Posted in: Django