Merge pull request #75 from tmslav/develop

Develop
This commit is contained in:
tmslav 2016-05-20 15:00:41 +02:00
commit c8c7926a91
13 changed files with 123 additions and 43 deletions

View file

@ -443,6 +443,12 @@ PARLER_LANGUAGES = {1: ({'code': 'en-us'}, {'code': 'de'},)}
AUTH_USER_MODEL = 'membership.CustomUser'
ALLOWED_HOSTS = [
"*"
]
# PAYMENT
STRIPE_DESCRIPTION_ON_PAYMENT = "Payment for ungleich GmbH services"