Skip to content

Commit 889a517

Browse files
committed
BK-2085 Bumped down an ebooklib version. Proper dev static/media settings.
1 parent f459145 commit 889a517

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/booktype/skeleton/dev_settings.py.original

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ THIS_BOOKTYPE_SERVER = os.environ.get('BOOKTYPE_SERVER', '127.0.0.1:8000')
77

88
BOOKTYPE_URL = os.environ.get('BOOKTYPE_URL', 'http://{}'.format(THIS_BOOKTYPE_SERVER))
99

10-
STATIC_URL = '{}/static/'.format(BOOKTYPE_URL)
11-
DATA_URL = '{}/data/'.format(BOOKTYPE_URL)
10+
STATIC_URL = '/static/'
11+
DATA_URL = '/data/'
1212
MEDIA_URL = DATA_URL
1313

1414
# URL where is publishing engine located. By default it is on local machine.

requirements/_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ django-rest-swagger==2.1.0
1414
djangorestframework==3.5.3
1515
Markdown==2.6.7
1616
django-filter==1.1.0
17-
Ebooklib==0.17
17+
Ebooklib==0.16
1818
GitPython==2.1.8

0 commit comments

Comments
 (0)