Skip to content

Commit

Permalink
Merge branch 'fix-static-settings'
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Dec 9, 2015
2 parents ce297d4 + 7072e92 commit bf6cf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.7/howto/static-files/

STATIC_ROOT = '/var/lib/colab/static/'
STATIC_ROOT = '/var/lib/colab/assets/static/'
STATIC_URL = '/static/'

STATICFILES_STORAGE = \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name='colab',
version='1.12.1',
version='1.12.2',
url='https://github.com/colab-community/colab',
author='Sergio Oliveira',
author_email='sergio@tracy.com.br',
Expand Down

0 comments on commit bf6cf48

Please sign in to comment.