mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Changes for Jazzband (#269)
* Update repository references to Jazzband Issue #268 * Add Jazzband badge to README Issue #268 * Add Jazzband contribution guideline Issue #268
This commit is contained in:
parent
565239180e
commit
31418d54f2
6 changed files with 11 additions and 9 deletions
|
|
@ -42,7 +42,7 @@ deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
# PyPI credentials supplied with environment variables from repository settings
|
# PyPI credentials supplied with environment variables from repository settings
|
||||||
on:
|
on:
|
||||||
repo: jjkester/django-auditlog
|
repo: jazzband/django-auditlog
|
||||||
branch: stable
|
branch: stable
|
||||||
condition: $TOXENV = py38-django-30
|
condition: $TOXENV = py38-django-30
|
||||||
edge: true
|
edge: true
|
||||||
|
|
|
||||||
3
CONTRIBUTING.md
Normal file
3
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[](https://jazzband.co/)
|
||||||
|
|
||||||
|
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines).
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
django-auditlog
|
django-auditlog
|
||||||
===============
|
===============
|
||||||
|
|
||||||
[](https://travis-ci.org/jjkester/django-auditlog)
|
[](https://jazzband.co/)
|
||||||
|
[](https://travis-ci.org/jazzband/django-auditlog)
|
||||||
[](http://django-auditlog.readthedocs.org/en/latest/?badge=latest)
|
[](http://django-auditlog.readthedocs.org/en/latest/?badge=latest)
|
||||||
|
|
||||||
**Please remember that this app is still in development.**
|
**Please remember that this app is still in development.**
|
||||||
|
|
|
||||||
|
|
@ -36,5 +36,5 @@ Contribute to Auditlog
|
||||||
If you discovered a bug or want to improve the code, please submit an issue and/or pull request via GitHub.
|
If you discovered a bug or want to improve the code, please submit an issue and/or pull request via GitHub.
|
||||||
Before submitting a new issue, please make sure there is no issue submitted that involves the same problem.
|
Before submitting a new issue, please make sure there is no issue submitted that involves the same problem.
|
||||||
|
|
||||||
| GitHub repository: https://github.com/jjkester/django-auditlog
|
| GitHub repository: https://github.com/jazzband/django-auditlog
|
||||||
| Issues: https://github.com/jjkester/django-auditlog/issues
|
| Issues: https://github.com/jazzband/django-auditlog/issues
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ way to do this is by using the Python Package Index (PyPI). Simply run the follo
|
||||||
``pip install django-auditlog``
|
``pip install django-auditlog``
|
||||||
|
|
||||||
Instead of installing Auditlog via PyPI, you can also clone the Git repository or download the source code via GitHub.
|
Instead of installing Auditlog via PyPI, you can also clone the Git repository or download the source code via GitHub.
|
||||||
The repository can be found at https://github.com/jjkester/django-auditlog/.
|
The repository can be found at https://github.com/jazzband/django-auditlog/.
|
||||||
|
|
||||||
**Requirements**
|
**Requirements**
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ The repository can be found at https://github.com/jjkester/django-auditlog/.
|
||||||
- Django 2.2 or higher
|
- Django 2.2 or higher
|
||||||
|
|
||||||
Auditlog is currently tested with Python 3.5 - 3.8 and Django 2.2, 3.0 and 3.1. The latest test report can be found
|
Auditlog is currently tested with Python 3.5 - 3.8 and Django 2.2, 3.0 and 3.1. The latest test report can be found
|
||||||
at https://travis-ci.org/jjkester/django-auditlog.
|
at https://travis-ci.org/jazzband/django-auditlog.
|
||||||
|
|
||||||
Adding Auditlog to your Django application
|
Adding Auditlog to your Django application
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -12,7 +12,7 @@ setup(
|
||||||
name='django-auditlog',
|
name='django-auditlog',
|
||||||
version=auditlog.__version__,
|
version=auditlog.__version__,
|
||||||
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
|
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
|
||||||
url='https://github.com/jjkester/django-auditlog',
|
url='https://github.com/jazzband/django-auditlog',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Jan-Jelle Kester',
|
author='Jan-Jelle Kester',
|
||||||
description='Audit log app for Django',
|
description='Audit log app for Django',
|
||||||
|
|
@ -24,8 +24,6 @@ setup(
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 2',
|
|
||||||
'Programming Language :: Python :: 2.7',
|
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue