Changes between Initial Version and Version 1 of Ticket #23215, comment 2
- Timestamp:
- Aug 5, 2014, 3:16:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23215, comment 2
initial v1 2 2 3 3 run `python manage.py dbshell` then `show columns in nameofyourapp_image;` and see if it has `auto_increment` next to the `id` field under `Extra`. 4 5 Are you using migrations?