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

At the point where we are asked to get all posts, we would probably have existing posts #282

Closed
aychedee opened this issue Mar 21, 2015 · 2 comments

Comments

@aychedee
Copy link

 >>> Post.objects.all()
[  ]

Would probably be populated with the posts that the user created at an earlier step... Same with the user objects a little later. They've already created a superuser

@phalt
Copy link
Member

phalt commented Mar 21, 2015

@aychedee 👍 Spotted that literally seconds after you, made a PR for it!

@bmispelon
Copy link
Contributor

PR merged.

Thanks everyone! 🐝

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

3 participants