Skip to content

Conversation

@Raskolnikofff
Copy link
Owner

No description provided.

@Raskolnikofff Raskolnikofff requested a review from ongrid February 3, 2021 10:27
surname = sql.Column(sql.String)


# Help lines
Copy link
Collaborator

Choose a reason for hiding this comment

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

This shouldn't be in the codebase.
Keep it in tests' fixtures or separate helper scripts

@@ -0,0 +1,37 @@
from sqlalchemy.orm import sessionmaker
Copy link
Collaborator

Choose a reason for hiding this comment

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

filename ORM is not conventional.
More conventional name is model.py or some_application.py.
snake_case is preferred for all the naming options in python (except Classes)

@ongrid
Copy link
Collaborator

ongrid commented Feb 10, 2021

This branch has conflicts that must be resolved

rebase it to master

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.

3 participants