Hi Denis,

The official Django documentation is excellent and the tutorials are
mandatory.

Read Effective Django: http://effectivedjango.com/. The only time I touch
Mezzanine's code is in a specific virtualenv with my fork of mezz cloned to
src/. Otherwise, I only install tagged releases. Never modify anything in
site-packages. There lies madness.

And I will plug my own work:
http://bscientific.org/blog/mezzanine-fabric-git-vagrant-joy/. Save
yourself pain and always be deploying.

Named urls need to be unique across the application or instance, if I
understand the documentation. There can be only one!

-ken

On Thu, Dec 11, 2014 at 12:42 PM, Denis Sherstennikov <
[email protected]> wrote:

> Thank you!
>
> That naming was my first error - though I created page with same name
> through /admin, it didn't work. Meanwhile, through cumbersome way I've made
> it - my self-answer @ stackoverflow
> <http://stackoverflow.com/questions/27425721/making-mezzanine-home-page-editable>
>
> 1) Guess, 'home' is hard standard name for editable home page. I can't
> name the page 'hack' in admin and type same name in urls.py. Isn't it?
>
> 2) I'm a bit confused - my home page works with some content I inputted
> through /admin interface, and AFAIK root url now points to pages/index.html
> template. This template is not used to store content I inputted through
> admin. But where is it then? In db?
>
> Will reread your link from django docs, maybe will gain some background
> knowledge.
>
>
>  --
> 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 [email protected].
> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to