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 Final Details Content Field

Brecht Philips
Brecht Philips
8,863 Points

Course Title and Step Title and description are required

Since we changed the textfield to textfield with parameters.

the course title and step titles are required.

Sow when i try to do the last step of the video adding content when i click save i get the error on the admin page "fill in the required things".

And this is referring to every Step showing on that course(4) where 3 aren't even filled in

Brecht Philips
Brecht Philips
8,863 Points

I found it after the migration i had to add blank=true to Charfields and textFields in Course and Step.

But i still don't know why i had to do that after the last migration