-
ssiexport_all
-
ssiexport_templates
After an update, like git pull.
-
signals checking for changes on Models
Changes urls on the whole system that is related to the object.
-
cron running checking for changed queryset
-
After each regenerated url, generate a cron task the crawl the url searching for other urls (like pagination).
[ ] URL model instance on delete, remove htmls.
[ ] queryset serialization
[ ] model signals [ ] create [ ] update [ ] remove
[ ] crawling (for pagination)
[ ] templating editing (md5hash change)
[ ] cron
[ ] Create
If the instance is on the queryset, then export the
instance get_absolute_url.
[ ] Change
If the instance is on the queryset, re-export the get_absolute_url.
[ ] Remove
Remove all urls related to that object.