Skip to content

Commit 4a1233e

Browse files
committed
fix #2 pip install django-db-logger does not bring down migrations
1 parent 5915370 commit 4a1233e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ Quick start
8585
except Exception as e:
8686
db_logger.exception(e)
8787
88-
89-
6. Get email notified when new release created by watching this package on `CiCiUI <https://ciciui.com/package/54038>`_

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
setup(
1111
name='django-db-logger',
12-
version='0.1.5',
13-
packages=['django_db_logger'],
12+
version='0.1.6',
13+
packages=['django_db_logger', 'django_db_logger.migrations'],
1414
include_package_data=True,
1515
license='MIT License',
1616
description='Django logging in database',

0 commit comments

Comments
 (0)