aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/staff/tables/edit.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-110/+0
|
* Fix typo in table editor postGravatar Joseph2018-07-02-1/+1
|
* Migration runner and migrations (#69)Gravatar Gareth Coles2018-05-14-0/+110
* 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