DISQUS

Code Spatter: How to Write Reusable Apps for Pinax and Django

  • paul · 8 months ago
    Why do you have a tribes field your excluding on your form, but no tribes field in the model?
  • Greg Allard · 8 months ago
    Ah good question. I left that in from some old code I guess. It was probably from before I made the model work by being applied to any other object. I removed it from the code. Thanks.