mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 21:20:16 +03:00
Get rid of Gulp migrate task
This commit is contained in:
parent
e0a3e68421
commit
dcab412641
|
@ -109,15 +109,6 @@ gulp.task('styles', function () {
|
|||
})
|
||||
// endregion
|
||||
|
||||
// region manage.py
|
||||
gulp.task('migrate', function () {
|
||||
const cmd = spawn('python', ['manage.py', 'migrate'], {stdio: 'inherit'})
|
||||
cmd.on('close', function (code) {
|
||||
console.log('migrate exited with code ' + code)
|
||||
})
|
||||
})
|
||||
// endregion
|
||||
|
||||
// region build
|
||||
gulp.task('build', function () {
|
||||
runSequence(['images', 'scripts', 'styles'])
|
||||
|
|
Loading…
Reference in New Issue
Block a user