[mezzanine-users] kindly help me

2015-02-19 Thread yuva rajan
Hi All,

I have installed mezzanine and its running fine.

next i try to install the theme moderna by unzip the folder inside of my 
project

then i ran python manage.py collectstatic

then i ran python manage.py ranserver 0.0.0.0:8000

i can see the new theme, but when i check the admin page its pointing to 
the old theme.

next i ran python manage.py collecttemplates , my new theme gone. 

could you please let me know how to resolve this?


-- 
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.


Re: [mezzanine-users] Re: Widgets for FORM_EXTRA_FIELDS

2015-02-19 Thread Stephen McDonald
There's already a FORM_EXTRA_WIDGETS settings:

http://mezzanine.jupo.org/docs/configuration.html#forms-extra-widgets

On Fri, Feb 20, 2015 at 4:59 AM, Dave Bauer dave.ba...@gmail.com wrote:

 I am back again. I suspect I will ultimately need to solve this problem.
 Anyone got any hints?

 Thanks


 On Wednesday, February 26, 2014 at 8:49:03 PM UTC-5, Dave Bauer wrote:

 Hi,

 Would it be feasible to add an optional 4th element to the sequences for
 FORM_EXTRA_FIELDS to add a widget for the new field? Trying to find the
 simplest way to use django-datetimewidget with a Form Field date.

 Thanks
 Dave

  --
 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.




-- 
Stephen McDonald
http://jupo.org

-- 
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.


Re: [mezzanine-users] Getting started with Git

2015-02-19 Thread Stephen McDonald
Nice post Graham, thanks!

On Fri, Feb 20, 2015 at 1:07 PM, Graham Oliver greenbay.gra...@gmail.com
wrote:

 Hi there
 I have been attempting to get my head around Git and here is a blog post
 sharing my learning.
 Thanks to Stephen McDonald and Ross Laird for the inspiration. Mezzanine
 rocks!
 http://gitstarted.blogspot.co.nz/2015/02/git-for-one.html

 Graham

 --
 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.




-- 
Stephen McDonald
http://jupo.org

-- 
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.


[mezzanine-users] Getting started with Git

2015-02-19 Thread Graham Oliver
Hi there
I have been attempting to get my head around Git and here is a blog post 
sharing my learning.
Thanks to Stephen McDonald and Ross Laird for the inspiration. Mezzanine 
rocks!
http://gitstarted.blogspot.co.nz/2015/02/git-for-one.html

Graham

-- 
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.


Re: [mezzanine-users] How to use TinyMCE V4?

2015-02-19 Thread Josh Cartmell
Take a look at
http://mezzanine.jupo.org/docs/admin-customization.html#wysiwyg-editor

You will need to create your own widget that uses the latest TinyMCE and
update those settings to cause Mezzanine to use it.

On Thu, Feb 19, 2015 at 12:51 AM, Daniel Herrera d.a.h.c.ta...@gmail.com
wrote:

 I want to use the TinyMCE WYTIWYG editor at its latest version. How do I
 do that in Mezzanine?

 --
 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.


-- 
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.


[mezzanine-users] Attaching multiple Forms to another form.

2015-02-19 Thread Dave Bauer
So I have a need to have one form with general information, then several, 
detail forms of the same type attached to the original form.

The idea is that a salesperson would visit a location, and the top level 
form would contain information about the location, who the salesperson 
spoke with etc.

Then an arbitrary number of sub forms each the same format for every vendor 
the salesperson discussed with the contact.

Has anyone done something like this? Is Form a good base for this type of 
application?

-- 
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.


[mezzanine-users] Re: Widgets for FORM_EXTRA_FIELDS

2015-02-19 Thread Dave Bauer
I am back again. I suspect I will ultimately need to solve this problem. 
Anyone got any hints?

Thanks

On Wednesday, February 26, 2014 at 8:49:03 PM UTC-5, Dave Bauer wrote:

 Hi,

 Would it be feasible to add an optional 4th element to the sequences for 
 FORM_EXTRA_FIELDS to add a widget for the new field? Trying to find the 
 simplest way to use django-datetimewidget with a Form Field date.

 Thanks
 Dave


-- 
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.


[mezzanine-users] Re: If I can't inherit from Form what can I do?

2015-02-19 Thread Dave Bauer
I am not sure if I ever posted on the list about this.

Here was my solution:

class EmailForm(Page, RichText):

 


A user-built 
form.   
   



class EmailFormAdmin(FormAdmin):

 


Custom admin for email 
formsas  


This seems to magically work. You get the admin of a form without 
inheriting from Form. You can inherit from FormAdmin.



On Wednesday, February 26, 2014 at 12:56:12 PM UTC-5, Dave Bauer wrote:

 Thanks, I can use Field Injection to add a new field/attribute I can check 
 for the form. How about new permissions? Can I add those to Form without 
 affecting the basic operation?


 I am still curious about why inheriting is not allowed because that is an 
 interesting design feature, and the reason for the decision would be 
 educational, I think.

 I am also curious how the code creates the content model instance for an 
 instance of Page or a model that inherits from Page.

 Dave 


-- 
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.


[mezzanine-users] Re: How to use TinyMCE V4?

2015-02-19 Thread Graham Oliver
Hi Daniel
You could also look at this https://github.com/AlexHill/tinymezzce4
Note that I hit a road block 
https://github.com/AlexHill/tinymezzce4/issues/2
Cheers
g

On Thursday, 19 February 2015 18:51:25 UTC+13, Daniel Herrera wrote:

 I want to use the TinyMCE WYTIWYG editor at its latest version. How do I 
 do that in Mezzanine?


-- 
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.


[mezzanine-users] Re: Twitter query error (Could not authenticate)

2015-02-19 Thread Nathan Fisher
Unfortunately it wasn't that.

-- 
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.