Mercurial > public > sg101
view wiki/apps.py @ 1029:b08f6a97228f
Add missing javascript to forums new topic page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 16 Dec 2015 21:07:01 -0600 |
parents | bd043677d527 |
children |
line wrap: on
line source
from django.apps import AppConfig class WikiConfig(AppConfig): name = 'wiki' def ready(self): import wiki.receivers