Update README.md to demonstrate user creation#132
Update README.md to demonstrate user creation#132olasitarska merged 1 commit intoDjangoGirls:masterfrom
Conversation
Create use step was skipped in the orm demonstration, this update reflects that.
Update README.md to demonstrate user creation
|
Thanks! :) |
|
For reference, I don't remember the order of the chapters but if the admin chapter comes after this one then we might run into problems. |
|
@bmispelon This user is created with the purpose of using it when creating a Post instance.I've not encountered it further in the tutorial.What you might be referring to is the admin user which is created later. |
|
@mbosco You're right (there's been some change in the order of chapters and I haven't kept up with it). My worry was that the attendee would try and create an admin user later with the same name and there'd be an error. I just wanted to raise this issue in case you had missed it but it seems you're on top of everything so don't mind me :) |
Create use step was skipped in the orm demonstration, this update reflects that.