diff options
author | Michael Elkins <melkins@tislabs.com> | 2016-07-19 23:44:24 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2016-07-19 23:44:24 +0000 |
commit | eef1fe5d4f10951b2e0d81a00ee13063a6881d87 (patch) | |
tree | 1182fce6d29a9cdb533c2513c46c06700cd7658b /setup.py | |
parent | 3b08748f24ea765ffa061f42b2f682216f17fce5 (diff) |
add initial migration for the routeview app.
add --fake-initial option when doing the migrations so that existing installs will ignore the initial migration
svn path=/branches/tk705/; revision=6449
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ if autoconf.CA_TARGET == "ca": "templatetags/*.py"] package_data["rpki.gui.gui_rpki_cache"] = ["migrations/*.py"] + package_data["rpki.gui.routeview"] = ["migrations/*.py"] data_files += [(autoconf.datarootdir + "/rpki/wsgi", |