1
0
mirror of https://github.com/django/django.git synced 2025-03-08 16:32:32 +00:00
2016-11-14 12:30:46 -05:00

6 lines
63 B
Python

class SiteMock(object):
_registry = {}
site = SiteMock()