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:
Jan-Jelle Kester 2020-10-23 12:16:27 +02:00 committed by GitHub
parent 565239180e
commit 31418d54f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 9 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](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).

View file

@ -1,7 +1,8 @@
django-auditlog
===============
[![Build Status](https://travis-ci.org/jjkester/django-auditlog.svg?branch=master)](https://travis-ci.org/jjkester/django-auditlog)
[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)
[![Build Status](https://travis-ci.org/jazzband/django-auditlog.svg?branch=master)](https://travis-ci.org/jazzband/django-auditlog)
[![Docs](https://readthedocs.org/projects/django-auditlog/badge/?version=latest)](http://django-auditlog.readthedocs.org/en/latest/?badge=latest)
**Please remember that this app is still in development.**

View file

@ -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

View file

@ -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
------------------------------------------

View file

@ -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',