Skip to content

Commit

Permalink
we include compressor because otherwise any template get unit tests w…
Browse files Browse the repository at this point in the history
…ill fail because the template bases rely on using the compressor template tags
  • Loading branch information
fredkingham committed May 5, 2017
1 parent 5bf47a4 commit 6597ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions opal/scaffolding/plugin_scaffold/requirements.txt.jinja2
@@ -1,3 +1,4 @@
python-dateutil==2.4.2
mock==1.0.1
django-compressor==1.5
opal=={{ version }}
1 change: 1 addition & 0 deletions opal/scaffolding/plugin_scaffold/runtests.py.jinja2
Expand Up @@ -30,6 +30,7 @@ settings.configure(DEBUG=True,
'django.contrib.sessions',
'django.contrib.staticfiles',
'django.contrib.admin',
'compressor',
'opal',
'{{ name }}',))

Expand Down

0 comments on commit 6597ea0

Please sign in to comment.