hey guys when i tried to like a post in drf i have got in to an error
models.py
class status(models.Model):
user=models.ForeignKey(settings.AUTH_USER_MODEL,on_delete=models.CASCADE,
null=False)
# user=models.ForeignKey(settings.AUTH_USER_MODEL,on_delete=models.CASCADE)
content=mod
post your urls patterns
On Wed, Jul 25, 2018 at 5:40 PM, Rohit Sharma
wrote:
> I am very new to Django. I have started a project and created my first app
> but whenever i start editing the app i always get this error. i have
> attached the screenshot of the error.
> please help me out in a simpl
Can any one guide me in this is there any way to create django groups where
there should be a group admin who can control the activity of the group and
cand add members and themembers can share any kind of photos within the group
and the other members outside the group cant view/access the photo
3 matches
Mail list logo