You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In couchdbkit 0.5.4, it syncdb would sync the design docs of any app, regardless of whether the models.py file had a subclass of Document or not. In 0.5.7 if an app doesn't have any Documents then its _design directory doesn't get sync'd.
We find it useful to have apps that give extra views to other apps' data, without defining any documents of their own.
The text was updated successfully, but these errors were encountered:
In couchdbkit 0.5.4, it syncdb would sync the design docs of any app, regardless of whether the models.py file had a subclass of Document or not. In 0.5.7 if an app doesn't have any
Document
s then its _design directory doesn't get sync'd.We find it useful to have apps that give extra views to other apps' data, without defining any documents of their own.
The text was updated successfully, but these errors were encountered: