Skip to content
New issue

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

docs/usage.txt has import error #26

Open
adamn opened this issue Aug 25, 2009 · 1 comment
Open

docs/usage.txt has import error #26

adamn opened this issue Aug 25, 2009 · 1 comment

Comments

@adamn
Copy link

adamn commented Aug 25, 2009

This needs to be added to the example in docs/usage.txt for creating notification events on syncdb:

Add:
from django.db.models.signals import post_syncdb

And then change on line 12:
signals.post_syncdb.connect(create_notice_types, sender=notification)
To:
post_syncdb.connect(create_notice_types, sender=notification)

@adamn
Copy link
Author

adamn commented Aug 27, 2009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant