Mercurial > public > sg101
view downloads/apps.py @ 1235:05d618e3f353 modernize tip
Add unit test for max_users command.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 06 Jun 2025 08:18:35 -0500 |
parents | 1a832625c047 |
children |
line wrap: on
line source
from django.apps import AppConfig class DownloadsConfig(AppConfig): name = 'downloads' def ready(self): import downloads.receivers