zapier / django-knowledge

Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.
http://github.com/zapier/django-knowledge
ISC License
486 stars 117 forks source link

Ordering __unicode__() & Meta classes in the models to comply with Djang... #23

Closed gaker closed 12 years ago

gaker commented 12 years ago

...o style guide: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#model-style

Additionally, fixed a couple of niggly syntax errors in signals.py