Initial commit. Basic models mostly done.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
Constants used across the ORM in general.
|
||||
"""
|
||||
|
||||
# Separator used to split filter strings apart.
|
||||
LOOKUP_SEP = '__'
|
||||
Reference in New Issue
Block a user