Open kumanik opened 3 years ago
Let me try this one....
Okay go on ahead
I don't know why, the new path which I added localhost:8000/movies/reccomendmovies/ is not responding....
I have done the necessary changes ( in views, forms, urls) as follows, but even though i'm getting an 404 error
@kumanik5661 and I have not understood, how to enable the feature that the movie gets added only if admin approves it....
I need some more insight into that.
Use a BooleanField on the model that defaults to false and is modifiable from the admin panel only and not visible in the form presented to the user
Currently only the admin can add new entries which might be a bit tedious so users should be able to send their entries for the website and then the admin decides whether to publish it or not.