I am a complete beginner and I'm creating my first Django webpage following Tech with Tim's tutorials.
I have my first SQLite 3 database entry set up, but I can't seem to figure out why even when I delete every entry from it, when I add a new one it's id is still, for example, 10.
Why aren't the id's resetting back to 0 when I delete everything from the query?
I'm sorry if this question is badly worded or doesn't give enough information, as I said I'm a complete beginner and I'll try to edit my question however nescessary, thank you!