Forums

Test-driven development book cannot setup the project

Could anyone please provide me with step by step approarch to starting the project from the book on pythonanywhere? I read Appendix A and also tried some things from a blog I found, but I still could not manage to do it. When I run django-admin.py startup superlists, it says Errno file not found. Please help me.

Could you copy/paste or post a screenshot of the console showing the error? It's hard to debug based on the description you give, and the instructions in the book are probably better than anything I can give.

Here's a screenshot

OK, so the error you're getting right now is saying that it can't create the project because there's already one with that name.

Try moving the old one to one side, using the bash command "mv superlists superlists.old" and then run the django-admin.py command again.

Thank you! This solved the problem. Sorry for asking, I am just new to all these consoles and stuff :D

No problem, glad to help! Thanks for confirming it worked.