Mercurial > public > sg101
view forums/apps.py @ 966:2aaf9fa5867b
Update requirements for Django 1.7.10.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 31 Aug 2015 17:08:12 -0500 |
parents | 5902dc5e58a3 |
children |
line wrap: on
line source
from django.apps import AppConfig class ForumsConfig(AppConfig): name = 'forums' def ready(self): import forums.receivers import forums.latest