Skip to content

Commit

Permalink
Added full HTML + initial styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Aug 18, 2012
1 parent fb924ef commit 275d509
Show file tree
Hide file tree
Showing 6 changed files with 721 additions and 0 deletions.
6 changes: 6 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
'django.template.loaders.app_directories.Loader',
)

STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
)

MIDDLEWARE_CLASSES = (
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
Expand Down
12 changes: 12 additions & 0 deletions static/css/bootstrap.responsive.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 275d509

Please sign in to comment.