EgbieAndersonUku1 / Fullstack-fruit-and-veg

Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
https://fullstack-fruit-and-veg.vercel.app
0 stars 0 forks source link

**Fix IntegrityError: Removed `auto_now` from `date_ban_was_issued`** #24

Closed EgbieAndersonUku1 closed 1 week ago

EgbieAndersonUku1 commented 1 week ago

Previous Code:

date_ban_was_issued = models.DateTimeField(auto_now=True)  # This caused the error

Updated Code:

date_ban_was_issued = models.DateTimeField()  # Manually set by admin/superuser
vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **fullstack-fruit-and-veg** | ⬜️ Ignored ([Inspect](https://vercel.com/egbies-projects/fullstack-fruit-and-veg/EZhq4mPv7wfigbPXYyU9ToPbdDVg)) | | | Sep 14, 2024 7:50pm |