python - How to do image upload with Boothstrap and Django? -
i'm using bootstrap django. though i'm in python,i'm struggling figure out basic things file uploads/forms in bootstrap. there example that?
also, there particular reason using filefield in django models?
have tried file uploads documentation
django cripsy forms bootstrap forms.
the filefield
(docs) automatically upload , save file model along giving various bit of additional functionality such upload to, getting absolute url file , ability delete file model object.
Comments
Post a Comment