Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Fix static files not getting deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Jun 6, 2017
1 parent a0351eb commit 0081880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include LICENSE
include README.md
recursive-include pyBuchaktion/templates *
recursive-include pyBuchaktion/locale *
recursive-include pyBuchaktion/static *
2 changes: 1 addition & 1 deletion pyBuchaktion/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def get_value(self, obj):


class ModuleResource(ForeignKeyImportResourceMixin, ModelResource):

def get_queryset(self):
queryset = super().get_queryset()
queryset.prefetch_related(Prefetch('literature'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):

setup(
name='pyBuchaktion',
version='1.0',
version='1.0.1',
packages=find_packages(),
include_package_data=True,
license='AGPL-3.0',
Expand Down

0 comments on commit 0081880

Please sign in to comment.