DEV Community

Discussion on: Your first Introduction to Django REST framework

Collapse
 
sabz profile image
Sabali

i am getting No module named 'profiles_api' , is there something I'm doing wrong

Collapse
 
sabz profile image
Sabali

I think it should be posts.urls instead of profiles_api.urls in the config urls.py

Collapse
 
ericchapman profile image
Eric The Coder

Good catch, thanks!

I am updating the code right now...