Update: models now follow PEP, add connection func, example app for show all vm6 users #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "MOIS3Y/isp-maintenance:db_connection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Arthur, please note that you should configure flake8 to work in pyCharm so that the linter checks the code for possibly forgotten imports, indents and unused variables.
In PR, I corrected the formatting and wrote a function to connect to the database. Now it will determine whether it is mysql or psql.
For demonstration, I added the
subcommand;
It will simply show a list of users in the database.