Bartlomiej Mika
Bartlomiej Mika
Some people want to login without using their password, therefore we will use the ``python-social-auth`` library here: https://github.com/omab/python-social-auth
We want to be able to support carrying out subscription based payments using ``braintree`` as our payment merchant service. See https://github.com/braintree/braintree_python
We want to support external static file hosting by a cloud service, therefore install ``django-storages`` from http://django-storages.readthedocs.io/en/latest/index.html; furthermore, we will setup a ``Amazon S3`` server and integrate it with our...
Add support for this library: https://github.com/django-compressor/django-compressor
This pull request updates the setup instructions which are incomplete, these instructions will make sure tickets like these: https://github.com/tkaemming/django-subdomains/issues/53 won't happen again.
The following was taken from [jerf](https://www.reddit.com/user/jerf/) via [this reddit post](https://www.reddit.com/r/golang/comments/uqds80/comment/i8trnd1/?utm_source=share&utm_medium=web2x&context=3): > GetFutureDateByFiveMinuteIntervalPattern and all its friends can be implemented as a GetFutureDate(interval time.Duration) time.Time and a GetFutureDateFrom(interval time.Duration, baseTime time.Time)...
The following comment was made by [ppetreus](https://www.reddit.com/user/ppetreus/) via [this reddit post](https://www.reddit.com/r/golang/comments/uqds80/comment/i8tt7l6/?utm_source=share&utm_medium=web2x&context=3). Before using an external package, I perform a code quality audit. I reviewed this function for code quality: ```go...