annotate wiki/apps.py @ 1167:41f530c80517

V3 forums: forgot to commit new post form template.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Aug 2017 17:05:08 -0500
parents bd043677d527
children
rev   line source
bgneal@923 1 from django.apps import AppConfig
bgneal@923 2
bgneal@923 3
bgneal@923 4 class WikiConfig(AppConfig):
bgneal@923 5 name = 'wiki'
bgneal@923 6
bgneal@923 7 def ready(self):
bgneal@923 8 import wiki.receivers