agusmakmun / django-log-viewer

Django Log Viewer allows you to read & download log files in the admin page
https://pypi.org/project/django-log-viewer/
MIT License
74 stars 30 forks source link

Package for Version 1.1.3 missing at Pypi #22

Closed jwaschkau closed 3 years ago

jwaschkau commented 3 years ago

The current version at PyPi is 1.1.2 but at this repository there is already a release for 1.1.3. See: https://pypi.org/project/django-log-viewer/#history

Is it possible to upload the current version to PyPi?

agusmakmun commented 3 years ago

good catch @jwaschkau, that was my mistaken. I have uploaded a new version, please try again.

jwaschkau commented 3 years ago

@agusmakmun After installing version 1.1.3 the module log_viewer could not be found. Files seem to be included in the package but are not installed correctly.

agusmakmun commented 3 years ago

@jwaschkau Oh sorry, I just realize that __init__.py file is removed in previous commit: https://github.com/agusmakmun/django-log-viewer/commit/607b5e48d9dd75d593f1087263aa978940b6cd6b#diff-b8c8578099bbbb54ad7fca1673516b64786b67a77226f9f326f56773196bec82

So, please upgrade for newestly version.

pip install django-log-viewer --upgrade