Skip to content

Commit

Permalink
uped version and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nanorepublica committed Dec 17, 2015
1 parent 9fc89a0 commit d6f1da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donations/apps.py
@@ -1,7 +1,7 @@
from django.apps import AppConfig

class DonationConfig(AppConfig):
name = 'donation'
name = 'donations'
verbose_name = "Django Donations"
def ready(self):
from .models import load_providers, load_frequencies
Expand Down

0 comments on commit d6f1da3

Please sign in to comment.