From b7fe5de12be5c9f02adeedba45befee751ea68be Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Mon, 14 May 2018 20:42:41 +0100 Subject: Migration runner and migrations (#69) * Migration runner and migrations * Remove demo wiki data * [Staff] Table management pages * Fix weird travis build omission * Address review and comments by @Volcyy * [Tables] Fix pagination * Move table definitions to new file with nameduple * Linting * Address lemon's review comments * Address @Volcyy's review * Address lemon's review * Update search placeholder * Search by key now available --- pysite/migrations/tables/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pysite/migrations/tables/__init__.py (limited to 'pysite/migrations/tables/__init__.py') diff --git a/pysite/migrations/tables/__init__.py b/pysite/migrations/tables/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3