Mercurial > public > sg101
view wiki/models.py @ 872:1bd9dadcd4d9
Added mock-based test for ssl_images command.
Also added .tags to .hgignore.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 21 Dec 2014 21:37:30 -0600 |
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