Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't syncdb on apps with empty models.py files (0.5.7) #112

Open
dannyroberts opened this issue Dec 12, 2011 · 0 comments
Open

Can't syncdb on apps with empty models.py files (0.5.7) #112

dannyroberts opened this issue Dec 12, 2011 · 0 comments

Comments

@dannyroberts
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant