aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d688ef04..1e06fb8e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -226,4 +226,9 @@ tags: Makefile .FORCE
! -name relaxng.py ! -name sql_schemas.py -print | \
etags -
+# This isn't all that useful until SQL has been set up. Might want to
+# hack up something using ca/rpki-confgen and ca/rpki-sql-setup.
+makemigrations:
+ for i in rpkid pubd irdb; do RPKI_CONF=ca/examples/rpki.conf ca/rpki-manage makemigrations --settings rpki.django_settings.$$i; done
+
.FORCE: