Re: Quick Start Tutorial: NameError: name 'viewsets' is not defined

2018-12-23 Thread Gonzalo Amadio
When you have a problem like this, try first to remove all .pyc files El lun., 24 dic. 2018 a las 3:41, Adrian Lazăr () escribió: > Hello, The space between the dot and the module does not make any > difference, thank you though. > > I have managed to resolve this issue by re-writing the entire p

Re: Quick Start Tutorial: NameError: name 'viewsets' is not defined

2018-12-23 Thread Adrian Lazăr
Hello, The space between the dot and the module does not make any difference, thank you though. I have managed to resolve this issue by re-writing the entire project. Somehow it was bugged from the beginning. Thank you guys! On Sunday, December 23, 2018 at 5:21:50 AM UTC+2, Wandss wrote: > > H