Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Jun 2016 09:54:55 +0800
candolint: revision number is not unique for a project (after editing history)
incoming.py
Permissions: -rwxr-xr-x
from candolint.models import database, Project, Change, Check rel = lambda *x: os.path.abspath(os.path.join(os.path.dirname(__file__), *x)) database.init(rel('database.sqlite')) database.create_tables([Project, Change, Check], safe=True) if __name__ == '__main__':