Skip to content

Commit

Permalink
v0.8.4 - fix manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jan 29, 2016
1 parent 09b5588 commit 70bfae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_project/conf/project_name.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Alias /media {{ project_directory }}/media/
Alias /{{ project_name }}.appcache {{ project_directory }}/htdocs/{{ project_name }}.appcache
Alias /favicon.ico {{ project_directory }}/htdocs/favicon.ico
Alias /manifest.json /var/www/trywq/htdocs/manifest.json
Alias /manifest.json /var/www/{{ project_directory }}/htdocs/manifest.json
Alias /robots.txt {{ project_directory }}/htdocs/robots.txt

# Uncomment the following line to use a static front page
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def list_package_data(root):

setup(
name='wq.start',
version='0.8.3',
version='0.8.4',
author='S. Andrew Sheppard',
author_email='[email protected]',
url='http://wq.io/',
Expand Down

0 comments on commit 70bfae4

Please sign in to comment.