Update PK used for URL Model (First-Timers)
We have an issue with the URL model in models.py relating to the PK that is being used. For the project we need to be able to edit the short field, however we are running into issues since it is the primary key.
Can we change what is the Primary Key?, to what? Why would we run into issues if we were trying to edit the short field? Look into how Django handles ADD or INSERTs and how Django assigns primary keys.