We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will also mean you need to setup an apps.py and import the receivers.py module during the ready method.
ready
Example: https://github.com/pinax/pinax-stripe/blob/master/pinax/stripe/apps.py#L14 and https://github.com/pinax/pinax-stripe/blob/master/pinax/stripe/__init__.py#L4
The text was updated successfully, but these errors were encountered:
@paltman Where are we moving the post_save receiver from? I don't find any post_save handler in the existing pinax-documents project.
Sorry, something went wrong.
@grahamu https://github.com/pinax/pinax-documents/blob/master/pinax/documents/models.py#L319
Thanks! No idea why my IDE search didn't find that, but now it does. Hmmm.
Moving post_save handler to receivers.py
ff4a21a
Fixes pinax#8
No branches or pull requests
Will also mean you need to setup an apps.py and import the receivers.py module during the
ready
method.Example: https://github.com/pinax/pinax-stripe/blob/master/pinax/stripe/apps.py#L14 and https://github.com/pinax/pinax-stripe/blob/master/pinax/stripe/__init__.py#L4
The text was updated successfully, but these errors were encountered: