Uniquely identifying each & every html template

Chris Angelico rosuav at gmail.com
Mon Jan 21 02:20:15 EST 2013


On Mon, Jan 21, 2013 at 6:08 PM, Ferrous Cranus <nikos.gr33k at gmail.com> wrote:
> An .html page must retain its database counter value even if its:
>
> (renamed && moved && contents altered)

Then you either need to tag them in some external way, or have some
kind of tracking operation - for instance, if you require that all
renames/moves be done through a script, that script can update its
pointer. Otherwise, you need magic, and lots of it.

ChrisA



More information about the Python-list mailing list