diff --git a/.gitignore b/.gitignore index 70f4185c..b9fbe9fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,23 @@ *.pyc *.sw? *~ \#* .\#* .coverage .eggs/ resources/test/ __pycache__ version.txt swh.web.egg-info docs/build/ docs/uri-scheme.md docs/dev-info.md -db.sqlite3 -testdb.sqlite3 +*.sqlite3 .vscode/ .directory node_modules/ swh/web/static/*.* swh/web/static/js/ swh/web/static/css/ swh/web/static/fonts/ .cache-loader/ diff --git a/PKG-INFO b/PKG-INFO index 2bbf67be..cbf97da8 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.web -Version: 0.0.152 +Version: 0.0.153 Summary: Software Heritage Web UI Home-page: https://forge.softwareheritage.org/diffusion/DWUI/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/debian/postinst b/debian/postinst index db179c5d..aa14081e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,3 +1,3 @@ #!/bin/bash -python3 /usr/lib/python3/dist-packages/swh/web/manage.py migrate +django-admin migrate --settings=swh.web.settings.production diff --git a/swh.web.egg-info/PKG-INFO b/swh.web.egg-info/PKG-INFO index 2bbf67be..cbf97da8 100644 --- a/swh.web.egg-info/PKG-INFO +++ b/swh.web.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.web -Version: 0.0.152 +Version: 0.0.153 Summary: Software Heritage Web UI Home-page: https://forge.softwareheritage.org/diffusion/DWUI/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/version.txt b/version.txt index acd13324..42b7ade8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.152-0-g56bf642 \ No newline at end of file +v0.0.153-0-g709b72d \ No newline at end of file