django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Added apps DjangoNytConfig #57

Closed rsalmaso closed 6 years ago

rsalmaso commented 6 years ago

PR taken out of https://github.com/benjaoming/django-nyt/pull/55, which is django >= 1.8 compatible.

codecov-io commented 6 years ago

Codecov Report

Merging #57 into master will increase coverage by 0.26%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   76.98%   77.25%   +0.26%     
==========================================
  Files          25       26       +1     
  Lines         604      611       +7     
==========================================
+ Hits          465      472       +7     
  Misses        139      139
Impacted Files Coverage Δ
django_nyt/__init__.py 77.77% <100%> (+2.77%) :arrow_up:
django_nyt/apps.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3901e49...7a8f8b4. Read the comment docs.