mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 14:10:25 +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
|
||||
# PyPI credentials supplied with environment variables from repository settings
|
||||
on:
|
||||
repo: jjkester/django-auditlog
|
||||
repo: jazzband/django-auditlog
|
||||
branch: stable
|
||||
condition: $TOXENV = py38-django-30
|
||||
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
|
||||
===============
|
||||
|
||||
[](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)
|
||||
|
||||
**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.
|
||||
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
|
||||
| Issues: https://github.com/jjkester/django-auditlog/issues
|
||||
| GitHub repository: https://github.com/jazzband/django-auditlog
|
||||
| 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``
|
||||
|
||||
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**
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ The repository can be found at https://github.com/jjkester/django-auditlog/.
|
|||
- 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
|
||||
at https://travis-ci.org/jjkester/django-auditlog.
|
||||
at https://travis-ci.org/jazzband/django-auditlog.
|
||||
|
||||
Adding Auditlog to your Django application
|
||||
------------------------------------------
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -12,7 +12,7 @@ setup(
|
|||
name='django-auditlog',
|
||||
version=auditlog.__version__,
|
||||
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',
|
||||
author='Jan-Jelle Kester',
|
||||
description='Audit log app for Django',
|
||||
|
|
@ -24,8 +24,6 @@ setup(
|
|||
],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
|
|
|
|||
Loading…
Reference in a new issue