acm-uiuc/concert

Move dummy accounts to config.py instead of in the source code

Closed this issue · 2 comments

Would be good to move the dummy credentials (c44d85e#diff-77fa77fa02f2041b2e9c5d2464a785e0R33) to config.py and have then load in outside of the package (server.py) instead of inside the main package (perhaps around here

data = request.get_json()
). That way main library has the same behavior regardless of configuration and its just the application that changes

@asherdale ^

Sorry forgot server.py isnt used iirc, here would be better https://github.com/acm-uiuc/concert/blob/master/concert/concert.py (If i am right you might want to remove server.py)