Introduction: I'm pretty new Django / Mezzanine (generally I'm more 
involved in designing but I'm trying to get up to speed on everything) 

I'm struggling with a few things so what hell might as well ask

I want to disable comments and the blog.

I've removed the blog from the INSTALLED_APPS settings and this works fine

However the comments seem to be more part of the core of Mezzanine unless 
I'm misunderstanding things?

Could anyone tell me what's the best way to go around removing them?

At the moment I've created a new app for my project I'm working on and into 
admin.py I've put the following

from django.contrib import admin
>
> from mezzanine.generic.models import ThreadedComment
>
> admin.site.unregister(ThreadedComment)
>

This works for what I want and comments are removed from the admin 
interface.

Am I missing something or have I gone about it the completely wrong way? (I 
Googled this to bits as well before posting and struggled to find an answer 
that made sense) 

Thanks in advance 

James

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to