summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2015-08-31s/Problem.identifier()/Problem.get_identifier()Timotej Lazar
2015-08-27Add some helper methods to db.modelsTimotej Lazar
2015-08-24Split the development into daemon and wsgi_server.Aleš Smodiš
Implemented basic infrastructure for daemon (Prolog), and partial support for services in wsgi_server.
2015-08-20Add a data model for the problem tableTimotej Lazar
2015-08-20Bugfix: database constraint problem.problem_uq2 referenced only identifier, ↵Aleš Smodiš
but it should reference the triplet (language_id, problem_group_id, identifier) instead.
2015-08-19Adapted existing database entities to changes in the model. Excluded ↵Aleš Smodiš
database connection handling into __init__.py of the db package.
2015-08-19New database tables and data imports: user_group, user_in_group, language, ↵Aleš Smodiš
problem_group, problem.
2015-08-13Initial PostgreSQL data model: codeq_user and solution tables.Aleš Smodiš
Converted the action.py to use the new model.