view wiki/apps.py @ 1019:d00747d2f43e

Turn on ManifestStaticFilesStorage on production.
author Brian Neal <bgneal@gmail.com>
date Mon, 07 Dec 2015 18:19:37 -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