Skip to content

Commit

Permalink
#fix Return missed pdd (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 authored Oct 23, 2018
1 parent 79569e5 commit 3a135bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ services:
# contains refarm-site modules
- $DEPS_DIR
# Thus, you can work with apps related to the refarm-site
#- $REFARM_DIR/catalog:/root/.local/lib/python3.7/site-packages/catalog
#- $REFARM_DIR/ecommerce:/root/.local/lib/python3.7/site-packages/ecommerce
#- $REFARM_DIR/pages:/root/.local/lib/python3.7/site-packages/pages
#- $REFARM_DIR/search:/root/.local/lib/python3.7/site-packages/search

nodejs:
Expand Down
2 changes: 1 addition & 1 deletion shopelectro/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class ExcludedModelTPageQuerySet(pages_models.PageQuerySet):
def exclude_type(self):
return self.exclude(type=pages_models.Page.MODEL_TYPE)


# @todo #rf169:30m Fix model.Manager bad inheritance
# Now we have this problem:
# ```
# In [2]: type(ExcludedModelTPage.objects.all())
Expand Down

0 comments on commit 3a135bd

Please sign in to comment.