We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5915370 commit 4a1233eCopy full SHA for 4a1233e
README.rst
@@ -85,5 +85,3 @@ Quick start
85
except Exception as e:
86
db_logger.exception(e)
87
88
-
89
-6. Get email notified when new release created by watching this package on `CiCiUI <https://ciciui.com/package/54038>`_
setup.py
@@ -9,8 +9,8 @@
9
10
setup(
11
name='django-db-logger',
12
- version='0.1.5',
13
- packages=['django_db_logger'],
+ version='0.1.6',
+ packages=['django_db_logger', 'django_db_logger.migrations'],
14
include_package_data=True,
15
license='MIT License',
16
description='Django logging in database',
0 commit comments