lugnitdgp / ReviewBook

0 stars 12 forks source link

Users should be able to submit new entries for movies, games or series and admin must then decide whether to publish it #44

Open kumanik opened 3 years ago

kumanik commented 3 years ago

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.

CyberCitizen01 commented 3 years ago

Let me try this one....

kumanik commented 3 years ago

Okay go on ahead

CyberCitizen01 commented 3 years ago

I don't know why, the new path which I added localhost:8000/movies/reccomendmovies/ is not responding....

image

I have done the necessary changes ( in views, forms, urls) as follows, but even though i'm getting an 404 error

image image image

CyberCitizen01 commented 3 years ago

@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.

kumanik commented 3 years ago

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