Re: [mezzanine-users] Mezzanine migration error help required.

2014-03-21 Thread Karthik Kannan
s like that out in your own > migrations. Open up each of your migrations files and search for > 'mezzanine.generic.fields' and comment out any line that contains it and is > in the models dict. > > > On Fri, Mar 21, 2014 at 8:58 AM, Karthik Kannan > > > w

[mezzanine-users] Mezzanine migration error help required.

2014-03-21 Thread Karthik Kannan
Hello, I've been trying to get Mezzanine(3.0.9) to work with South but I keep getting this error: Exception: Your project contains migrations that include one of the fields from mezzanine.generic in its Migration.model dict: possibly KeywordsField, CommentsField or RatingField. The

[mezzanine-users] Account Verification email not getting sent.

2014-01-27 Thread Karthik Kannan
Hello, I've been trying to enable the account verification email feature by setting ACCOUNT_VERIFICATION_REQUIRED to True in my settings.py file but I'm unable to activate this feature. Is there a way to test this on the development server? What am i doing wrong here? How can I test this fea

Re: [mezzanine-users] Modifying built-in templates for email verification and password resetting.

2014-01-14 Thread Karthik Kannan
e here: > > > https://github.com/stephenmcd/mezzanine/tree/master/mezzanine/accounts/templates/email > > You can override them in your project - consult the Django docs for more > info. > > > On Wed, Jan 15, 2014 at 9:19 AM, Karthik Kannan > > > wrote: > >

[mezzanine-users] Modifying built-in templates for email verification and password resetting.

2014-01-14 Thread Karthik Kannan
Hello, Could someone tell me how I can modify the built-in templates for email verification and for resetting passwords. I also want to modify the template of the email message being sent here. I couldnt find much relevant documentation for this feature. Any links that could help me out? Than

[mezzanine-users] Modifying built-in tempaltes

2014-01-14 Thread Karthik Kannan
Hello, I'm using mezzanine for a project and would like to know how to change the templates concerning email verification and password resetting. Could someone point me to any relevant documentation? Karthik. -- You received this message because you are subscribed to the Google Groups "Mezz

[mezzanine-users] I keep getting this error 'pages_tags' is not a valid tag library when i try to modify templates

2014-01-11 Thread Karthik Kannan
Hello, I'm trying to modify Mezzanine's built-in templates for account sign up, email, etc. I ran a collecttemplates function and then tried to run my app but it throws me the above error. What could i be doing wrong? And is there an alternate way to edit these templates? I tried looking into

[mezzanine-users] Re: How to customize a signup message?

2014-01-09 Thread Karthik Kannan
Hey Sebastian, I did try editing tempaltes like the way you said but I'm running my mezzanine project inside a virtualenv so i head to the src folder of mezzanine in my virtualenv and then modified templates but the changes arent being reflected. what could i be doing wrong? On Thursday, Dece

[mezzanine-users] Unable to get pagination showing up properly

2014-01-09 Thread Karthik Kannan
I added the pagination_for in my template but the CSS seems to be really off. Can someone help me fix this? Where is the CSS going wrong? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emai

[mezzanine-users] Using Rich Text Fields in Mezzanine

2014-01-02 Thread Karthik Kannan
Hello, I'm trying to use a rich text field for one of the text areas in my mezzanine project. Can anyone point to some examples/documentation related to rich text fields? Trying to find examples of its usage but in vain. Thank you for your help. Karthik. -- You received this message becaus

[mezzanine-users] Using multiple instances of the Drum app.

2013-12-31 Thread Karthik Kannan
Hello, Recently Drum was rolled into an installable app. I would like to use multiple instances of Drum in an open source project I'm working on but when i do so I've been getting clashes between the different fields in the app when i do syncdb. When i try to assign different databases for e

[mezzanine-users] Modifying drum and using the app.

2013-12-28 Thread Karthik Kannan
Hello, I've been trying to build a simple open source project using Drum and recently Drum was made into an app so it can be easy installed in existing projects. I tried it out and but I'm unable to figure out how to modify drum and then use it as part of my project. 1) Should i compile drum

[mezzanine-users] More info/examples about how image uploading is done with Mezzanine

2013-12-26 Thread Karthik Kannan
Hello, I'm new to Mezzanine and I've been trying to read up or look up examples on how image uploading is done using Mezzanine. Could someone point out the docs that i can go through, I've tried to look it up myself and unable to find some related documentation. It would be better if anyone

[mezzanine-users] Re: Certain problems with running Drum

2013-12-18 Thread Karthik Kannan
Thanks! I was abled to fix this by changing the SECRET_KEY in the local_settings file! On Wednesday, December 18, 2013 1:52:54 PM UTC+5:30, Karthik Kannan wrote: > > Hello, > > I'm new to Mezzanine and have been trying to understand it through > experimenting with Drum.

[mezzanine-users] Unable to figure out voting in my local instance of Drum

2013-12-18 Thread Karthik Kannan
Hello, I got a local instance of Drum running but for some reason I've been unable to debug this issue properly so i was just looking for bit of a help here. I'm unable to use the voting feature of Drum. The arrows dont show up and I've tried to look for the arrow icon files but unable to loca

[mezzanine-users] Re: Certain problems with running Drum

2013-12-18 Thread Karthik Kannan
UTC+5:30, Karthik Kannan wrote: > > Hello, > > I'm new to Mezzanine and have been trying to understand it through > experimenting with Drum. Try as hard as I can I've been unable to get Drum > up and running correctly. I would really appreciate if this community can

[mezzanine-users] Re: Certain problems with running Drum

2013-12-18 Thread Karthik Kannan
Also, which version of Django do you guys most prefer for the current release of Mezzanine?? On Wednesday, December 18, 2013 1:52:54 PM UTC+5:30, Karthik Kannan wrote: > > Hello, > > I'm new to Mezzanine and have been trying to understand it through > experimenting with Dr

[mezzanine-users] Certain problems with running Drum

2013-12-18 Thread Karthik Kannan
Hello, I'm new to Mezzanine and have been trying to understand it through experimenting with Drum. Try as hard as I can I've been unable to get Drum up and running correctly. I would really appreciate if this community can help me iron out some issues to help me get started. I cant seem to run