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 ORM Same Old ORM Model Upgrades

Syntax error from django.contrib.auth.models import User

I try to makemigrations from the workspace Why it state that

File "<frozen importlib._bootstrap_external>", line 781, in get_code
File "<frozen importlib._bootstrap_external>", line 741, in source_to_code
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/treehouse/workspace/learning_site/courses/models.py", line 3
from django.contrib.auth.models import User

What is the problem with the syntax

1 Answer

Can you post a snapshot? Click the camera icon in the upper right corner, then 'Take Snapshot', then post the link created here.