-
Notifications
You must be signed in to change notification settings - Fork 30
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
Some important adaptions done while developing Gidsy.com #1
base: master
Are you sure you want to change the base?
Conversation
…ipants associated
Conflicts: threaded_messages/admin.py
cleanup bumped version
Actually use the context parameter in open_message_thread
how can i use the django-threaded-messages in my project?When I syncdb,the system always notices errors…… |
which version of django-threaded-messages and Django are you running and what are the errors you are getting? |
I use the newest django-threaded-messages and Django1.3 on windows 7. e:\web\zc>python manage.py syncdb zongce_201209301630 is my MySQL database. |
Now I meet a new error. can't find site_base.html Would you mind providing a example to using the django-threaded-messages in a new project?Thank you you so much. |
@webbill site_base.html is jut an assumption, i presume. just rename it to the name of your base template. |
(i18n) Italian translation.
…e function with it.
Fixed bug for threaded_messages.views.undelete(), minor improvements
Sendgrid reply support
Small bug removals
Many assumptions of old project removed