See More

# -*- coding: utf-8 -*- # from __future__ import unicode_literals from settings import * ####### DEBUG ####### CACHE_CONTENT = False RELATIVE_URLS = False REAL_SITEURL = SITEURL = 'https://ropython.ro' ASSET_DEBUG = False DISQUS_SITENAME = '' GOOGLE_ANALYTICS_ACCOUNT = 'UA-63604601-1' GOOGLE_ANALYTICS_DOMAIN = 'ropython.ro' #####################