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

Cutegif #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Cutegif #52

wants to merge 2 commits into from

Conversation

TrishVelazquez
Copy link

I have added a cute gif (issue #15).

@@ -137,6 +137,7 @@ def archives():
if __name__ == "__main__":
app.debug = True
# Change the postgresql info below username, password, port
connect_to_db(app, "postgresql://username:password@localhost/newb")
app.run(port=5000)
connect_to_db(app, "postgresql:///newb")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these changes to the server intended? If so, what do they do? Same question for line 23 in the model :)

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