Skip to content

Commit

Permalink
Update the requirements and README
Browse files Browse the repository at this point in the history
  • Loading branch information
silviolleite committed Nov 29, 2018
1 parent 9434644 commit 254264c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Django Translation Flags

[![Build Status](https://travis-ci.org/silviolleite/django-translation-flags.svg)](https://travis-ci.org/silviolleite/django-translation-flags)
[![Maintainability](https://api.codeclimate.com/v1/badges/1d00a2cbf958477ca97e/maintainability)](https://codeclimate.com/github/silviolleite/django-translation-flags/maintainability)
[![codecov](https://codecov.io/gh/silviolleite/django-translation-flags/branch/master/graph/badge.svg)](https://codecov.io/gh/silviolleite/django-translation-flags)
[![PyPI - Downloads](https://img.shields.io/pypi/dd/django-translation-flags.svg)](https://pypi.org/project/django-pwa/)
[![PyPI - Version](https://img.shields.io/pypi/v/django-translation-flags.svg)](https://pypi.org/project/django-translation-flags)

This Django app provides integration for translation options in templates with some most common standard world languages. This is useful fow when you need to display language options in yours Django Apps.


Expand Down
4 changes: 2 additions & 2 deletions django_translation_flags/apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.apps import AppConfig
from django.apps import AppConfig # pragma: no cover


class DjangoTranslationFlagsConfig(AppConfig):
class DjangoTranslationFlagsConfig(AppConfig): # pragma: no cover
name = 'django_translation_flags'
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Django==2.1.3
tox==3.2.1
pypandoc==1.3.3
pypandoc==1.3.3
coverage==4.5.2

0 comments on commit 254264c

Please sign in to comment.