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 trialSimon Amz
4,606 PointsFieldError at /courses/1/edit_quiz/2/
Hi,
I got an error again, whereas I type the same code than from the video.
Is it possible that django 2.0 works differently and may cause errors about keyword or something not authorised since django 1.8?
I don't know even where to look at, I checked my files and those from the project line by line and everything is the same, I don't understand why.
I could possibly add the full project if needed.
Thanks for your help
1 Answer
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsThere are some differences from 1.8 and 2.0
example: 1.8 uses url() in urlpatterns whereas 2.0 uses path()
- django 1.8: https://docs.djangoproject.com/en/1.8/
- django 2.0: https://docs.djangoproject.com/en/2.0/