Re-use official static3 package as 0.6.1 fixed the bug we found

Use own dj-static fork as long as our patch is in review
Remove setting for FORCE_SCRIPT_NAME
This commit is contained in:
Raphael Michel
2015-05-20 10:22:45 +02:00
parent 82bd843aa3
commit 18a83d7e38
3 changed files with 2 additions and 7 deletions
-1
View File
@@ -46,7 +46,6 @@ PRETIX_INSTANCE_NAME = config.get('pretix', 'instance_name', fallback='pretix.de
PRETIX_GLOBAL_REGISTRATION = config.getboolean('pretix', 'global_registration', fallback=True)
SITE_URL = config.get('pretix', 'url', fallback='http://localhost')
FORCE_SCRIPT_NAME = config.get('pretix', 'scriptname', fallback=None)
DEFAULT_CURRENCY = config.get('pretix', 'currency', fallback='EUR')
+2 -2
View File
@@ -14,5 +14,5 @@ BeautifulSoup4
html5lib
slimit
lxml
-e git+https://github.com/pretix/static3.git@readme#egg=static3
dj-static==0.0.6
static3==0.6.1
-e git+https://github.com/pretix/dj-static.git@script-path#egg=dj-static