Sounds like you need to grab some default settings from the example project
template:
https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/project_name/settings.py

I don't think there's such a guide but it seems like it would be a useful
addition to the documentation.

On Wed, Sep 9, 2015 at 4:04 PM, Mike Herring <mherr...@gmail.com> wrote:

> Hi Stephen,
>
> I know this was from a while ago, but I am trying to accomplish the same
> thing (adding a Mezzanine-powered blog to an existing Django project), and
> your directions don't seem to be complete. I am getting errors regarding
> PACKAGE_NAME_FILEBROWSER, and after fixing that I get further errors when
> trying to run the webserver. Do you have a more complete walkthrough for
> setting up this type of functionality?
>
>  - Mike
>
> On Tuesday, October 5, 2010 at 5:16:16 PM UTC-4, Stephen McDonald wrote:
>>
>> Just realized I think you'll need to add mezzanine.core to your installed
>> apps also.
>>
>> And just to clarify, the mezzanine-project command is only for creating
>> new projects.
>>
>> On Wed, Oct 6, 2010 at 6:25 AM, Stephen McDonald <stephen...@gmail.com>
>> wrote:
>>
>>> Hey,
>>>
>>> I'd suggest just adding mezzanine.blog to your installed apps and
>>> including mezzanine.blog.urls in your urlconf. You might need to massage
>>> things a little after that but that will get you started.
>>>
>>> Cheers,
>>> Steve
>>>
>>> On Tue, Oct 5, 2010 at 11:13 PM, Sithembewena Lloyd Dube <
>>> zeb...@gmail.com> wrote:
>>>
>>>> Hi folks,
>>>>
>>>> I just installed Mezzanine and would like to use it for a "blogs"
>>>> section in a Django project. Where would I run mezzanine-project - inside
>>>> the existing Django project or as a stand-alone project outside of it?
>>>>
>>>> Thanks,
>>>>
>>>> --
>>>> Regards,
>>>> Sithembewena Lloyd Dube
>>>> http://www.lloyddube.com
>>>>
>>>
>>>
>>>
>>> --
>>> Stephen McDonald
>>> http://jupo.org
>>>
>>>
>>
>>
>> --
>> 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.
>

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