djlogq 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
|
|
1
1
|
logq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
logq/admin.py,sha256=nC8TVXc64G41Mh05ijUSCJmvIDo-kgZHKyyOlmqH-AE,320
|
3
|
-
logq/apps.py,sha256=
|
3
|
+
logq/apps.py,sha256=LNBTCEKiwAU2wT3CTjQ-EfXumbBF6Izez5J7mTK3i-U,330
|
4
4
|
logq/async_logger.py,sha256=I8za2lfEhiGrKDq76oZ4DZvvAlXeiRr17bmXT5tXSY4,5216
|
5
5
|
logq/middleware.py,sha256=Y9EAnxrmavyDgVklEW893Wh0eeQPKdCvizcxGzPDLBo,3642
|
6
6
|
logq/models.py,sha256=Gu8KLNMn7I4XtEUHQPavSSlcESQ-2Pu5JLKsL97t9Gg,1616
|
@@ -14,7 +14,7 @@ logq/management/commands/clean_logs.py,sha256=Cc33EEqGGwsNcvQjwnLbM6kIb0lBJsyDQl
|
|
14
14
|
logq/migrations/0001_initial.py,sha256=l4f-lUcO7OsABGYiSBp7fdWDt2rLHaIhR78pCKIAAdQ,2007
|
15
15
|
logq/migrations/0002_alter_logentry_function_alter_logentry_line_number_and_more.py,sha256=SNBngZmhk9BgcOe8eAojX47V5JKC2V7oW9QtLHWIkFc,750
|
16
16
|
logq/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
djlogq-1.0.
|
18
|
-
djlogq-1.0.
|
19
|
-
djlogq-1.0.
|
20
|
-
djlogq-1.0.
|
17
|
+
djlogq-1.0.1.dist-info/METADATA,sha256=nk5yBzuzXyIeDBeMRPK0eFzko-ELPbDnGZn4hFTRgTQ,6453
|
18
|
+
djlogq-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
19
|
+
djlogq-1.0.1.dist-info/top_level.txt,sha256=VWj_EO93x0ix2Y2qm6obWT22L7VPFiZ7lQf0yIaI8do,5
|
20
|
+
djlogq-1.0.1.dist-info/RECORD,,
|
logq/apps.py
CHANGED
@@ -4,7 +4,7 @@ from django.apps import AppConfig
|
|
4
4
|
class LogqConfig(AppConfig):
|
5
5
|
default_auto_field = 'django.db.models.BigAutoField'
|
6
6
|
name = 'logq'
|
7
|
-
verbose_name = '
|
7
|
+
verbose_name = 'LogQ'
|
8
8
|
|
9
9
|
def ready(self):
|
10
10
|
"""Initialize the async logger when the app is ready."""
|
File without changes
|
File without changes
|