initial commit for GitHub
This commit is contained in:
11
server/app/constants/__init__.py
Normal file
11
server/app/constants/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# sql table names
|
||||
ARTISTS_TABLE = "artists"
|
||||
ALBUMS_TABLE = "albums"
|
||||
ARTICLES_TABLE = "articles"
|
||||
ARTWORK_TABLE = "artwork"
|
||||
ART_MEDIUM_TABLE = "medium"
|
||||
SOCIAL_TABLE = "social"
|
||||
BIO_CONTENT_TABLE = "bio_content"
|
||||
QUOTES_TABLE = "quotes"
|
||||
VIDEOS_TABLE = "videos"
|
||||
SERVICES_TABLE = "services"
|
||||
Reference in New Issue
Block a user