Authentication has everything from sql_update and sql_query integrated into authenticate.py. Both sql files have been deleted. Additionally some commits in regards to database testing have been included, such as changing the Group class's __tablename__ to hindsite_group. Other tables referencing Group have had their references updated.
Authentication has everything from
sql_update
andsql_query
integrated intoauthenticate.py
. Both sql files have been deleted. Additionally some commits in regards to database testing have been included, such as changing theGroup
class's__tablename__
tohindsite_group
. Other tables referencing Group have had their references updated.