Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Mar 17, 2018
1 parent 57c8d3a commit 9402403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/docker-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ RUN chown -R django.django $DJANGO_WORKDIR
#RUN git clone -b releases/0.13.x https://github.com/awesto/django-shop.git
#RUN cd django-shop/docs && make fragments

# expose service and volume to our internal Docker network
# keep media files in external volume
VOLUME $DJANGO_WORKDIR
1 change: 1 addition & 0 deletions shop/views/sitemap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.contrib.sitemaps import Sitemap
from shop.models.product import ProductModel

Expand Down

0 comments on commit 9402403

Please sign in to comment.