diff options
| author | 2018-05-14 20:42:41 +0100 | |
|---|---|---|
| committer | 2018-05-14 20:42:41 +0100 | |
| commit | b7fe5de12be5c9f02adeedba45befee751ea68be (patch) | |
| tree | 740be4b7dff4a8e70616e1663375ef1940604d53 /pysite/views/wiki | |
| parent | Switch from using abort to using werkzeug exception (diff) | |
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
Diffstat (limited to 'pysite/views/wiki')
| -rw-r--r-- | pysite/views/wiki/special/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pysite/views/wiki/special/__init__.py b/pysite/views/wiki/special/__init__.py index 9bad5790..e69de29b 100644 --- a/pysite/views/wiki/special/__init__.py +++ b/pysite/views/wiki/special/__init__.py @@ -1 +0,0 @@ -# coding=utf-8 |