Unify file headers

This commit is contained in:
Alexandre Iooss 2020-02-18 21:30:26 +01:00
parent e679a4b629
commit 4bbd464f9c
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
42 changed files with 47 additions and 64 deletions

View file

@ -1,6 +1,11 @@
#!/bin/bash
# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
python manage.py compilemessages
python manage.py makemigrations
# Wait for database
sleep 5
python manage.py migrate