liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

New command: overload #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This command is meant to help overloading one app in another without having
to copy anything that is not supposed to be modified.

It solves several problematics:

- more control on the template inheritance and dependency tree,
- no hard-copy of template blocks that are not meant to be overloaded.

Original issue reported on code.google.com by james...@gmail.com on 22 Apr 2009 at 12:27

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
A blog post talking about this command: 
http://blog.chocolatpistache.com/blog/2009/06/05/template-inheritance-model-revi
ew/

Original comment by james...@gmail.com on 6 Jun 2009 at 1:35