Python django functional problems

Asked 2 years ago, Updated 2 years ago, 46 views

Function - Press one of the 123 Vote Options and vote to see the result window

Improvement - We want to leave the above function as it is, but let it go straight to the result window without voting.

Question - The file that shows the result of the vote is result Result If you enter this state, an error appears and the site does not work

So Bulletin > Vote > Results Not like this, Bulletin > Results like this

How do I make it work?!

django python

2022-09-22 15:57

1 Answers

I can't give you a specific answer because you uploaded everything except the source that makes the result screen. The basic idea is to make sure that your voting information is not a required value on the results screen.

The general scenario is roughly like this.

To compare it to the bulletin board, it is the result screen = the writing list, the voting form = the writing screen. Whether you write or not, you can always see the list itself. Whether you're writing or not, you'll see the latest writing. So the nature of the scene itself looks very much like a bulletin board. Leave the sauce open and think about it.


2022-09-22 15:57

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.