Commit Graph

11 Commits

Author SHA1 Message Date
Jordan Stremming 57ecef68c0 Login form implemented 2019-03-22 10:28:11 -05:00
Jordan Stremming 28987b5c05 Login function yay 2019-03-21 18:04:13 -05:00
Jordan Stremming 3e3571d55e Merge remote-tracking branch 'origin/Database' into auth
# Conflicts:
#	app/__init__.py
#	app/configuration.py
#	app/schemas.py
2019-03-21 17:35:26 -05:00
Aaron Kimbrell d032836618 Migrations
Added migrations 
Changed configurations to us the `.py` files
copy and rename the local settings example and take out example in the name adn that will be your local settings.
2019-03-21 17:21:52 -05:00
Jordan Stremming c8b4293b3f Merge remote-tracking branch 'origin/Database' into auth 2019-03-21 14:19:47 -05:00
Aaron Kimbrell ec28417fef Database setup
Started working on Db models (not functional right now)
Schemas will need to be added to more as we go, but it's functional
Updated the configuration for the other extensions that we are using
Fixed the DB connection scheme in the config
2019-03-21 14:17:35 -05:00
Jordan Stremming 5335b3fba6 Basic authentication pages 2019-03-21 11:16:41 -05:00
techzune 64057f5702 config.ini create/read 2019-02-05 11:14:36 -06:00
Jordan Stremming e78701d613 Theming using Bootswatch+Bootstrap
SASS/SCSS implementation
2019-02-02 17:19:12 -06:00
Jordan Stremming 44af8b9fca PEP 8 formatting
Google-style docstrings
2019-02-02 00:39:20 -06:00
Aaron Kimbrell f86d61f085 Basline setup
example route and all the config stuff
2019-02-01 10:44:50 -06:00