Y
Hacker News
new
|
ask
|
show
|
jobs
by
selcuka
1055 days ago
As far as I understand UnicornView attributes (such as `self.tasks`) simply synchronise client state with the server side. It doesn't seem to automagically create a model instance unless you specifically do it.
1 comments
kbaker
1055 days ago
This is correct. It looks like there is good integration with existing Django models:
https://www.django-unicorn.com/docs/django-models/
link