After I added the method post_detail
in the file '~/blog/views.py' im getting the error Class 'Post' has no 'objects' member
but before doing this the code was working so well.
I read a lot of stuff about Models on Django website but i cant find the error.
The django server is working fine, 0 errors.
I really cant understand why this error and why my application dont work