You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i am use your django-ajax-uploader it work properly it uploded image but now i want to save his patyh in models in django for that i am use signal mention in doc
Not sure this is the best place for support. Regardless, without any errors or more specific code examples or at least an error i'm afraid you wont get much help. The signals work just fine for me using the demo provided.
Does the signal code even get called? if it doesn't get called at all then you are probably linking the signal up improperly.
Hi,
i am use your django-ajax-uploader it work properly it uploded image but now i want to save his patyh in models in django for that i am use signal mention in doc
in models.py
class Product_image(TranslatableModel):
image uplod in upload folder properly but path not save in models
how can i get this
Thanks in advance!!!
The text was updated successfully, but these errors were encountered: