Skip to content

Commit

Permalink
buffalogs_1_2_2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorygold committed Sep 28, 2023
1 parent 590728f commit b7b3b76
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion django-buffalogs/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include LICENSE
include README.rst
recursive-include docs/static *
recursive-include impossible_travel/management *
recursive-include impossible_travel/modules *
recursive-exclude impossible_travel/dashboard *
recursive-exclude impossible_travel/tests *
recursive-exclude impossible_travel/tests *
2 changes: 2 additions & 0 deletions django-buffalogs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
BuffaLogs
=========

.. image:: docs/static/cover_buffalogs.png

BuffaLogs is a Django app whose main purpose is to detect anomaly logins.

Detaild documentation is in the ``docs/`` directory.
Expand Down
4 changes: 3 additions & 1 deletion django-buffalogs/buffalogs.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: buffalogs
Version: 1.2.1
Version: 1.2.2
Summary: A Django app to detect anomaly logins.
Home-page: UNKNOWN
Author: Lorena Goldoni
Expand All @@ -18,6 +18,8 @@ License-File: LICENSE.txt
BuffaLogs
=========

.. image:: docs/static/cover_buffalogs.png

BuffaLogs is a Django app whose main purpose is to detect anomaly logins.

Detaild documentation is in the ``docs/`` directory.
Expand Down
4 changes: 3 additions & 1 deletion django-buffalogs/buffalogs.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ README.rst
pyproject.toml
setup.cfg
setup.py
../docs/static/cover_buffalogs.png
buffalogs.egg-info/PKG-INFO
buffalogs.egg-info/SOURCES.txt
buffalogs.egg-info/dependency_links.txt
buffalogs.egg-info/requires.txt
buffalogs.egg-info/top_level.txt
docs/static/cover_buffalogs.png
impossible_travel/__init__.py
impossible_travel/admin.py
impossible_travel/apps.py
Expand All @@ -18,7 +20,7 @@ impossible_travel/views.py
impossible_travel/management/commands/clear_models.py
impossible_travel/management/commands/impossible_travel.py
impossible_travel/management/commands/setup_config.py
impossible_travel/management/commands/update_config.py
impossible_travel/management/commands/__pycache__/setup_config.cpython-310.pyc
impossible_travel/migrations/0001_initial.py
impossible_travel/migrations/0002_alert_updated.py
impossible_travel/migrations/0003_alter_alert_updated.py
Expand Down
Binary file added django-buffalogs/docs/static/cover_buffalogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = buffalogs
version = 1.2.1
version = 1.2.2
description = A Django app to detect anomaly logins.
long_description = file: README.rst
author = Lorena Goldoni
Expand Down

0 comments on commit b7b3b76

Please sign in to comment.