Hi,

I'd like to archive some data.

I came with this idea :


class DataModel(models.Model):
xxx

class DataModelArchive(DataModel):
pass


The DataModelArchive database created has only "a pointer" to DataModel.

I saw a post indicating that I'll have to first create an AbstractDataModel 
and inherit for it for both DataModelArchive and DataModel.

Well, what is the "best way" to archive data using Django ?

Thx for your attention

Micka

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ef59e00a-3354-44f5-9c99-5ca85885026e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to