You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Men(models.Model):
tittle=models.Charfield(max_length=20 , blank=True)
description=models.Charfield(max_length=20 , blank=True)
image=models.ImageField(blank=True,upload_to ='/media')
and same as a women shop
if u assign me i can work more on it
Shop for men and Shop for women is still not their. So can you help me to create a model for Shop for Men and for Women.
The text was updated successfully, but these errors were encountered: