Mercurial > public > sg101
view wiki/apps.py @ 1151:f56798c96ec2
WIP convert downloads to V3 design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 13 Dec 2016 21:56:21 -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