Skip to content

Commit

Permalink
Rename pypi package to "django-requestlog"
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanm committed Oct 3, 2021
1 parent 698e1d2 commit 450d2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion __testproject/sample/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
'requestlog.apps.AppConfig'
]


REQUEST_LOGGING_IGNORE_IPS = []
REQUEST_LOGGING_IGNORE_PATHS = []
REQUEST_LOGGING_HIDE_PARAMETERS = []
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

setuptools.setup(
name='requestlog',
name='django-requestlog',
version='1.1.7',
description='Middleware to log http requests to the database',
description='Middleware to log http requests to postgresql',
long_description=README,
packages=setuptools.find_packages(where="src"),
package_dir={"": "src"},
Expand Down

0 comments on commit 450d2db

Please sign in to comment.