Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Django Basics What a View! What's an App?

peterbristow
peterbristow
10,403 Points

Quiz question: Create a new app in Django???

I am sure the way you create a new app in Django is:
"python manage.py startapp courses" but the Quiz says it is wrong. Am I missing something???

1 Answer

Ryan Ruscett
Ryan Ruscett
23,309 Points

Well, you are right. Although, when I take the test, it doesn't ask me to create "courses" It asks me to create an app called stories.

Are you sure you are actually creating the right app?

peterbristow
peterbristow
10,403 Points

Thanks Ryan.

My mistake, I didn't realise there were two entry fields. I was entering the whole answer in one entry field. Lol. Lesson learned :)

Issue solved!