[mezzanine-users] Re: Looking for Developer to create a site in mezzanine based on my current site

2014-02-04 Thread Moltra
The current site is developed in drupal. Very much a resource hog. -- 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] Re: Looking for Developer to create a site in mezzanine based on my current site

2014-02-02 Thread Moltra
Thanks all for the advice. I did not realize all the information that was needed. -- 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] Looking for Developer to create a site in mezzanine based on my current site

2014-01-21 Thread Moltra
I am looking for a developer that can create a site using mezzanine with the same basic functions of my current website. The URL is http://serviidb.com. If you are interested please contact me. -- You received this message because you are subscribed to the Google Groups Mezzanine Users

[mezzanine-users] NoReverseMatch for custom app based on Blog app.

2014-01-13 Thread Moltra
I am trying to create a copy of the built in blog app so I can customize the fields in it. I have copied and renamed everything I can find in the files. I can get the mediablog to open up in the admin screen to add a new post. But when I click save, it saves it in the database and then gets

Re: [mezzanine-users] NoReverseMatch for custom app based on Blog app.

2014-01-13 Thread Moltra
No I did not do that, I will look in the documents and figure out how to. Thanks for the heads up. -- 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] Re: A newsletter for mezzanine

2013-12-26 Thread Moltra
I am interested in a newsletter for mezzanine. I would like to be able to include a description summary of the the last x number of posts. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving

[mezzanine-users] best way to get blog post info. (created by:, Created on:, Last Modified By: Last Modified On:)

2013-12-26 Thread Moltra
I am trying to figure out what is the best way to have the below information for each blog post. Created_by Created_on Last_modified_by Last_modified_on. Is there a field that already logs who created a blog entry? Is there a field that already logs when a Blog entry was created? Using

[mezzanine-users] Re: page not found django_redirect

2013-12-23 Thread Moltra
I have opened a ticket at https://github.com/django-debug-toolbar/django-debug-toolbar/issues/509 about this issue. I am not sure if it is a problem caused by mezzanine or debug_toolbar. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To

Re: [mezzanine-users] Re: page not found django_redirect

2013-12-23 Thread Moltra
I tried that and still had the same problem. -- 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,

[mezzanine-users] Re: page not found django_redirect

2013-12-22 Thread Moltra
found what is calling the django_redirect, still not sure what started causing it. *SELECT* django_redirect.id, django_redirect.site_id, django_redirect.old_path, django_redirect.new_pathhttp://127.0.0.1:8000/duck-dynasty/# *FROM* django_redirect *WHERE* (django_redirect.site_id = 1 *AND*

[mezzanine-users] Re: page not found django_redirect

2013-12-22 Thread Moltra
I keep looking at this and trying to find what happened, I have tried to update the 1st post on here, but cannot find a way to edit the post. Is there a way to do this? I figured out what was causing it, I had installed debug_toolbar and that is when the problems started happening. I