Create Post with Input Data
Note
The presented code for the task is part of the framework and cannot work separately, so errors will be received when you try to
Run Code. Use theSubmit Taskbutton to solve this task.
Swipe to start coding
Now, let's improve our view to save new posts in the database!
The received context via HTTP request is the request.POST dictionary. The keys of the dictionary is:
"csrfmiddlewaretoken"
"title"
"text"
Write the View functionality for the POST method with data extracting:
-
Save the
request.POSTdictionary into thedatavariable. -
Create the
Postclass instance namednew_post -
Assign attributes
titleandtextfromdatadictionary to thenew_postinstance. -
Save changes in the database.
-
Return the
HttpResponseobject passing
"<h1>Complete!</h1>"!
Oplossing
Bedankt voor je feedback!
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Vat dit hoofdstuk samen
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 3.45
Create Post with Input Data
Veeg om het menu te tonen
Note
The presented code for the task is part of the framework and cannot work separately, so errors will be received when you try to
Run Code. Use theSubmit Taskbutton to solve this task.
Swipe to start coding
Now, let's improve our view to save new posts in the database!
The received context via HTTP request is the request.POST dictionary. The keys of the dictionary is:
"csrfmiddlewaretoken"
"title"
"text"
Write the View functionality for the POST method with data extracting:
-
Save the
request.POSTdictionary into thedatavariable. -
Create the
Postclass instance namednew_post -
Assign attributes
titleandtextfromdatadictionary to thenew_postinstance. -
Save changes in the database.
-
Return the
HttpResponseobject passing
"<h1>Complete!</h1>"!
Oplossing
Bedankt voor je feedback!
single