X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0540b1d1e3bc54243ea1ecfcd09727809cef054a..370b43bc681fec1d643887d6c3693d6e10ca27ad:/prawokultury/settings.d/50-contrib.py diff --git a/prawokultury/settings.d/50-contrib.py b/prawokultury/settings.d/50-contrib.py index 5e34fe8..30b1e5b 100644 --- a/prawokultury/settings.d/50-contrib.py +++ b/prawokultury/settings.d/50-contrib.py @@ -34,9 +34,3 @@ CELERY_EAGER_PROPAGATES_EXCEPTIONS = True CELERY_SEND_TASK_ERROR_EMAILS = True CELERY_TASK_SERIALIZER = 'json' CELERY_ACCEPT_CONTENT = ['json'] - -SOUTH_MIGRATION_MODULES = { - 'getpaid' : 'prawokultury.migrations_contrib.getpaid', - 'payu': 'prawokultury.migrations_contrib.getpaid_payu', - 'taggit': 'taggit.south_migrations', -}