Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added two checks for database initialization and placeholder prints #4

Merged
merged 1 commit into from
Oct 2, 2018

Conversation

dacb
Copy link
Collaborator

@dacb dacb commented Oct 2, 2018

In database.py the init_db checks for the presence of the database
path. If it doesn't exist, print statements are placeholders for
calling Nicolet5's database population code.

After init_db, a check for an existing user named 'admin' is
performed. If it returns nothing, a new user is created.

In database.py the init_db checks for the presence of the database
path.  If it doesn't exist, print statements are placeholders for
calling Nicolet5's database population code.

After init_db, a check for an existing user named 'admin' is
performed.  If it returns nothing, a new user is created.
@vwhu vwhu merged commit a58fa00 into ECSHackWeek:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants