Mercurial > public > sg101
view wiki/models.py @ 805:e966d5553955
Private message refactor: view & reply to existing PMs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 31 Aug 2014 16:01:00 -0500 |
parents | a6bc1e2efa63 |
children |
line wrap: on
line source
"""The wiki application integrates an external Wiki app with our Django application. The wiki application has no models. It consists of some signals and middleware only. """ import wiki.signals