aboutsummaryrefslogtreecommitdiff
path: root/app/config-example.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14Move to environment vars. Create a container that sets up a demo.Mitchell Riedstra1-76/+0
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.
2019-09-14Some minor changes to the login template, as well as some hacking for the ↵Mitch Riedstra1-2/+3
demo login form. Updated the links to my website
2019-01-19Most things seem to work, needs more testingMitch Riedstra1-10/+10
2017-11-29Update the config file and fix the home page when there is no home page blurbMitch Riedstra1-1/+1
2017-11-27Add snippets to the home page from the configuration fileMitch Riedstra1-0/+24
2017-11-10Working invites in the Driver's list pageMitch Riedstra1-0/+2
2017-11-10User registration works. User invites work but has no UIMitch Riedstra1-0/+2
2017-11-10Initial version of registration system--needs workMitch Riedstra1-1/+1
2017-11-06Rename config to config-example and allow it to be loaded if config does not ↵Mitch Riedstra1-0/+47
exist. Define email settings in config. Remove Django admin from the Admin's Nav.