1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Removes privacy breach
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2017-10-09
--- python-django-appconf-1.0.2.orig/README.rst
+++ python-django-appconf-1.0.2/README.rst
@@ -1,14 +1,6 @@
django-appconf
==============
-.. image:: https://github.com/django-compressor/django-appconf/actions/workflows/tests.yml/badge.svg
- :alt: Build Status
- :target: https://github.com/django-compressor/django-appconf/actions/workflows/tests.yml
-
-.. image:: https://badge.fury.io/py/django-appconf.svg
- :alt: PyPI version
- :target: https://pypi.org/project/django-appconf/
-
A helper class for handling configuration defaults of packaged Django
apps gracefully.
|