changeset 64:29802e95fe96

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.
author rettaw
date Fri, 02 Mar 2012 00:26:35 +0100
parents d5ebcf4a249f
children 98e91bb33000
files .hgignore manage.py settings.py
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.*/
--- 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',