There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
You can also find further discussion and get answers to your questions over in Language Help.
Agree with a comment or answer? Like () to up-vote the contribution!
There is a bug in this exercise. At some point Django implemented a check to see if passwords are similar to the email address, which this one is, so it doesn’t let you set it as the password. You can see this if you try to change the password manually in the Admin UI.
Thanks for posting this. Yeah, trying to stretch the window to get the huge line of code on a single line just wasn’t happening. Your solution worked perfectly!
I am also experiencing this issue. The exercise isn’t being checked correctly. You create a user in the shell and not by writing lines in the admin file. When would those lines be executed? They aren’t part of a function that ever gets called never mind the fact that the entire exercise says we must work in the shell. Also, the django docs make it clear you create users in the shell via the django API. You can see this being done in this YouTube video. I raised a support ticket and got a response but according to their response they think we are all wrong about this.
So, to proceed, put the commands in the admin file and press run. But know that this isn’t what you should be doing in real life.
My first month using codecademy so I have mixed feelings rn
For those wondering - all you have to do is read the instructions. Stretch the editor panel so that your lines don’t break, as pointed out in the hint, and everything will pass