mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Moved to Jazzband.
This commit is contained in:
parent
6b04a3169e
commit
326488423b
5 changed files with 41 additions and 19 deletions
40
.travis.yml
40
.travis.yml
|
|
@ -1,21 +1,31 @@
|
|||
sudo: false
|
||||
language: python
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
directories:
|
||||
- "$HOME/.cache/pip"
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install tox
|
||||
env:
|
||||
- TOXENV=py27-django-17
|
||||
- TOXENV=py27-django-18
|
||||
- TOXENV=py33-django-17
|
||||
- TOXENV=py33-django-18
|
||||
- TOXENV=py34-django-17
|
||||
- TOXENV=py34-django-18
|
||||
- TOXENV=pypy-django-17
|
||||
- TOXENV=pypy-django-18
|
||||
- TOXENV=py27-django-master
|
||||
- TOXENV=py34-django-master
|
||||
- TOXENV=pypy-django-master
|
||||
- TOXENV=py27-django-17
|
||||
- TOXENV=py27-django-18
|
||||
- TOXENV=py33-django-17
|
||||
- TOXENV=py33-django-18
|
||||
- TOXENV=py34-django-17
|
||||
- TOXENV=py34-django-18
|
||||
- TOXENV=pypy-django-17
|
||||
- TOXENV=pypy-django-18
|
||||
- TOXENV=py27-django-master
|
||||
- TOXENV=py34-django-master
|
||||
- TOXENV=pypy-django-master
|
||||
script:
|
||||
- tox
|
||||
- tox
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: jazzband
|
||||
distributions: "sdist bdist_wheel"
|
||||
password:
|
||||
secure: VD+63Tnv0VYNfFQv9f1KZ0k79HSX8veNk4dTy42Hriteci50z5uSQdZMnqqD83xQJa4VF6N7DHkxHnBVOWLCqGQZeYqR/5BuDFNUewcr6O14dk31HvxMsWDaN1KW0Qwtus8ZrztwGhZtZ/92ODA6luHI4mCTzqX0gcG0/aKd75s=
|
||||
on:
|
||||
tags: true
|
||||
repo: jazzband/django-constance
|
||||
condition: "$TOXENV = py27-django-18"
|
||||
|
|
|
|||
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 Condut](https://jazzband.co/docs/conduct) and follow the [guidelines](https://jazzband.co/docs/guidelines).
|
||||
10
README.rst
10
README.rst
|
|
@ -1,9 +1,13 @@
|
|||
Constance - Dynamic Django settings
|
||||
===================================
|
||||
|
||||
.. image:: https://secure.travis-ci.org/jezdez/django-constance.png
|
||||
.. image:: https://secure.travis-ci.org/jazzband/django-constance.png
|
||||
:alt: Build Status
|
||||
:target: http://travis-ci.org/jezdez/django-constance
|
||||
:target: http://travis-ci.org/jazzband/django-constance
|
||||
|
||||
.. image:: https://jazzband.co/static/img/badge.svg
|
||||
:alt: Jazzband
|
||||
:target: https://jazzband.co/
|
||||
|
||||
A Django app for storing dynamic settings in pluggable backends (Redis and
|
||||
Django model backend built in) with an integration with the Django admin app.
|
||||
|
|
@ -15,4 +19,4 @@ http://django-constance.readthedocs.org/
|
|||
If you have questions or have trouble using the app please file a bug report
|
||||
at:
|
||||
|
||||
https://github.com/jezdez/django-constance/issues
|
||||
https://github.com/jazzband/django-constance/issues
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
v1.2 (unreleased)
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Moved to Jazzband organization (https://github.com/jazzband/django-constance)
|
||||
|
||||
v1.1.1 (2015/10/01)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ def find_version(*file_paths):
|
|||
setup(
|
||||
name='django-constance',
|
||||
version=find_version("constance", "__init__.py"),
|
||||
url="http://github.com/jezdez/django-constance",
|
||||
url="http://github.com/jazzband/django-constance",
|
||||
description='Django live settings with pluggable backends, including Redis.',
|
||||
long_description=read('README.rst'),
|
||||
author='Jannis Leidel',
|
||||
|
|
|
|||
Loading…
Reference in a new issue