我不會需要編寫很多代碼,我只是需要一個想法。我試圖讓兩個不同的類別的用戶。這是一個用戶可以有一個配置文件或購物都不是兩個。 class Profile(models.Model):
user=models.OneToOneField(User,on_delete=models.CASCADE,primary_key=True,editable=True)
class Shop(mod
我正在關注django文檔並製作一個簡單的民意調查程序。我所遇到以下錯誤: Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order:
^polls/
^admin/
The current URL, , didn't match any of these.