mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 01:40:07 +03:00
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
9 lines
142 B
Python
9 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ContentConfig(AppConfig):
|
|
name = "content"
|
|
|
|
def ready(self):
|
|
import content.signals
|