bartTC / django-attachments

A generic Django application to attach Files (Attachments) to any model.
BSD 3-Clause "New" or "Revised" License
296 stars 90 forks source link

Attaching items to new instance #56

Closed hallcountymis closed 5 years ago

hallcountymis commented 5 years ago

Is there a way to upload attachments with a new form entry? Or must there already be an existing entry to bind to?