Hi all,

First, thank you so much Stephen; mezzanine is truly awesome! For one: the 
django integration is way better than rival packages.

After reading various online materials, i came up with this general 
procedure to customize and wanted to get comments on this way of doing 
overrides:

My use case is to make changes in views; for example, to change the login 
message to "congratulations, you have signed on" and add last sign on time. 

1. collect templates 
2. copy app, eg accounts, from github into my project

question: 

should I rename the accounts package to something project specific?

4. make changes
5. add to installed apps, if name change
6  add to urls.py

...

7. happiness

this may be a form of "forking." 

Does this seem sound?

Happy New Years,

Adam

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