Mercurial > public > sg101
view downloads/apps.py @ 1236:df3473a1ee8c modernize tip
Add unit tests for core.markup
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 07 Jun 2025 08:28:27 -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