-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Session missing. #149
Comments
@abdelouahabb Thank you! Do you mind creating a PR?:) |
a PR? |
Pull request. Sorry for using shortcuts! ;) |
hehehe sorry :D I am still in beginner state in Django, let me check how to do the session in Django and i will be back :D in Tornado you just make |
Ok, no worries then, I'll make it later today! |
Ok, no worries then, I'll make it later today! On Mon, Oct 27, 2014 at 4:50 PM, ALIANE Abdelouahab <
|
ok, sorry 👍 |
made this trick, but tricky and it is not the solution, because the user has to type the admin credentials by hands! def post_list(request): where |
To add a post, you have to login first with the admin, and then enter to the / to add a new post, because there is no cookie added (
sessionid
is added only if admin logs once, if he dont you will get a"Post.author" must be a "User" instance.
)The text was updated successfully, but these errors were encountered: