# -*- coding: utf-8 -*- # from __future__ import unicode_literals from settings import * ####### DEBUG ####### CACHE_CONTENT = False RELATIVE_URLS = False REAL_SITEURL = SITEURL = 'http://localhost' # ASSET_DEBUG = True # doesn't properly relocate fonts, damnit! GOOGLE_ANALYTICS_ACCOUNT = 'UA-822534-16' #####################