Skip to content

Commit

Permalink
fix static files in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Apr 16, 2021
1 parent 2f1e85d commit ca9c9da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if [ "$2" = "" ]; then

fi

/opt/screamshotter/bin/python /opt/screamshotter/src/manage.py collectstatic --no-input
screamshotter collectstatic --no-input

#DEBHELPER#
1 change: 1 addition & 0 deletions debian/screamshotter.links
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opt/screamshotter/bin/manage.py usr/sbin/screamshotter
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author_email='[email protected]',
url='https://makina-corpus.com',
description="Takes captures of HTML pages",
scripts=['src/manage.py'],
install_requires=[
'django',
'nodeenv',
Expand Down

0 comments on commit ca9c9da

Please sign in to comment.