IanLewis / homepage (http://ianlewis.org/)

My django-based lifestream and blog.

Clone this repository (size: 1.3 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/IanLewis/homepage/

Changed (Δ35 bytes):

raw changeset »

settings.py (1 lines added, 0 lines removed)

Up to file-list settings.py:

@@ -173,6 +173,7 @@ LOGGING = {
173
173
}
174
174
175
175
HGPROXY_REPO_LIST_REQUIRES_LOGIN = True
176
HGPROXY_STATIC_URL = '/hgstatic/' 
176
177
177
178
INTERNAL_IPS = (
178
179
    '127.0.0.1',