aboutsummaryrefslogtreecommitdiff
path: root/app/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14Move to environment vars. Create a container that sets up a demo.Mitchell Riedstra1-1/+1
Instead of the old method with scripts, docker-compose file, everything is pulled into the main container with various configuration options allowed from environment variables. Also move settings.py away from the old yaml setup and pull directly from the environment instead.
2021-10-10Rip out registration and the audit log for now. Upgrade to Django 3.2Mitchell Riedstra1-11/+12
2019-01-19Update requirements.txtMitch Riedstra1-2/+2
2019-01-19Most things seem to work, needs more testingMitch Riedstra1-2/+2
2018-02-03Show whether or not there are any related invoices on the summary pageMitch Riedstra1-1/+1
Also prevent the generation of duplicate invoices based on the date of invoice and the current user.
2017-11-10User registration works. User invites work but has no UIMitch Riedstra1-1/+1
2017-11-10Initial version of registration system--needs workMitch Riedstra1-0/+1
2017-10-31Changes to make the app work under uwsgiMitch Riedstra1-0/+1
2017-10-18Add postgres to the requirements for good measureMitch Riedstra1-0/+1
2017-10-09Delete all of the old migrations, remove redundant contact model and add a ↵Mitch Riedstra1-0/+3
script for adding fake data
2017-09-21updated requirementsKyle Blanker1-0/+2
2017-09-13Updated requirements.txt for dateutilKyle Blanker1-2/+4
2017-07-07Trimmed requirements file, confirmed workingMitch Riedstra1-44/+0
2017-07-07Add requirements.txt, it probably has too many packages.Mitch Riedstra1-0/+46