Commit Graph

55 Commits (eeceb7a9ebc5c24f9b83159d11a9cbada0a252a1)

Author SHA1 Message Date
voussoir 91fcbb7101 Create objects.py
Move Album, Photo, Tag, User to objects.py; Move SQL_COLUMNS variables to constants.py so they can be shared; Move more shared helpers to helpers.py
2016-12-16 20:02:08 -08:00
voussoir a1894edcca Create json-based config system, move out of constants.py
datadir\config.json will be created automatically with the default values.
2016-12-16 18:53:12 -08:00
voussoir a47cdaaf04 misc cleanup 2016-12-16 17:59:43 -08:00
voussoir 1c7b736b1a Add early support for user accounts 2016-12-16 15:45:46 -08:00
voussoir 1ecd1f979e create exceptions.py and move more constants 2016-12-12 19:49:36 -08:00