# HG changeset patch # User rettaw # Date 1330644395 -3600 # Node ID 29802e95fe96914182ed9df1b75f469a3872ecb1 # Parent d5ebcf4a249f4482c64c41285b3b4b2b866912dc Added some masks to the ignore, leaves out things not implemented properly yet. Disabled loading of the comments since there is NOTHING there to suppor it at the moment. Server now runs when asked. diff -r d5ebcf4a249f -r 29802e95fe96 .hgignore --- a/.hgignore Thu Oct 06 23:40:01 2011 +0200 +++ b/.hgignore Fri Mar 02 00:26:35 2012 +0100 @@ -1,4 +1,7 @@ -syntax: glob -*.pyc +syntax: regexp +.*\.pyc agora.sqlite agora.conf + +.*\.swp$ +^Honza.*/ diff -r d5ebcf4a249f -r 29802e95fe96 manage.py diff -r d5ebcf4a249f -r 29802e95fe96 settings.py --- a/settings.py Thu Oct 06 23:40:01 2011 +0200 +++ b/settings.py Fri Mar 02 00:26:35 2012 +0100 @@ -136,11 +136,11 @@ 'django.contrib.messages', 'django.contrib.admindocs', 'django.contrib.admin', - 'django.contrib.comments', +# 'django.contrib.comments', #Third-party apps 'registration', - 'threadedcomments', +# 'threadedcomments', #Agora apps 'agora.apps.profile',