Skip to content
Snippets Groups Projects
Commit 68a7dd0f authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Added important note to crud example.

parent 8f268c97
No related branches found
No related tags found
1 merge request!16Merge develop into main
......@@ -59,6 +59,8 @@ from common.mixins.postgres import PostgresMixin
from common.database import Database
from common.crud_table import CRUDTable
# PLEASE NOTE: the name of class MUST be consistent with the name of the
# table in the database itself.
class users(CRUDTable):
"""Provides CRUD access to the users table"""
def __init__(self, db):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment