Closed mikelane closed 5 years ago
Since the ipython dependency and missing line in settings are fixed in the next PR I'll leave it up to you when you want to add those comments. If you want to add them later, you can merge this and #111 now.
Thanks, @mikelane !
Description:
The site was built to use cents for input of money and displayed values in dollars and cents. This update fixes that by implementing django-money. Be aware, there are migrations for this that will adjust the stored monetary value in the database from cents to dollars and cents, too. The migration has been tested in both the forward and reverse direction.
Closes: #109
Notes:
I have also upgraded django to version 1.11.18 to address the recent security vulnerability. Additionally, I added django_extensions.