Generic list template

This commit is contained in:
2020-03-15 18:24:38 +00:00
parent 4c34e4e43e
commit 3814f5abfc
16 changed files with 217 additions and 344 deletions

View File

@@ -59,6 +59,7 @@ function scripts() {
function browserSync(done) {
exec('python manage.py runserver');
// TODO Pipe errors from django to gulp output
// TODO Wait for Django server to come up before browsersync, it seems inconsistent
browsersync.init({
notify: true,