How about having a SingletonModel in Django?

前端 未结 5 1834
一个人的身影
一个人的身影 2020-12-16 13:29

I\'m making a very simple website in Django. On one of the pages there is a vertical ticker box. I need to give the client a way to edit the contents of the ticker box as an

5条回答
  •  离开以前
    2020-12-16 14:01

    Try django-solo, it works in django 1.5 + for sure, django-singletons doesn't work with 1.5 + because it uses a deprecated feature.

提交回复
热议问题