[mezzanine-users] Re: How to remove current rating from all blog post?

2016-02-13 Thread sonu kumar
In blog_details template just comment line number 83 - 89 using django comment

[mezzanine-users] Use case for setting cookies for comment and rating.

2016-02-13 Thread sonu kumar
Why we need to set cookies for comment and rating? Like standard platform Facebook, Quora etc they don't set cookie for these things. Even though if we set then what's the benefit of this? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To

[mezzanine-users] getting error while creating database

2016-02-13 Thread electrifyingpratyush
python manage.py createdb --noinput Traceback (most recent call last): File "manage.py", line 14, in execute_from_command_line(sys.argv) File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 385, in execute_from_command_line utility.execute() File

Re: [mezzanine-users] i am getting error while installing mezzanine

2016-02-13 Thread Ken Bolton
Please provide the specifics of your situation, including the commands run before the `createdb`. On Thu, Feb 11, 2016 at 11:27 PM, wrote: > python manage.py createdb > Traceback (most recent call last): > File "manage.py", line 14, in >