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

How to incorporate into a object create form? #63

Closed tylerecouture closed 5 years ago

tylerecouture commented 5 years ago

Is there a way to use this app with objects that haven't been created yet? For example in the create view/form of a model?

bartTC commented 5 years ago

No, objects have to exist before you can attach to it.