Changes between Initial Version and Version 1 of Ticket #23215, comment 2


Ignore:
Timestamp:
Aug 5, 2014, 3:16:56 PM (10 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23215, comment 2

    initial v1  
    22
    33run `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
     5Are you using migrations?
Back to Top