Re: Have a problem with a first Django App due to the Web Tutoral

2015-07-10 Thread Russell Keith-Magee
Hi, The error message by itself doesn't give us a lot to work with - it's not an error I'd normally expect to see while doing the tutorial. My first guess would be that there is something corrupted in your Django install - this might happen if you've got multiple versions of Django installed, or

Have a problem with a first Django App due to the Web Tutoral

2015-07-10 Thread Happy Data Scientist
Dear Friends ! I have an error when I tried to develop my first Django App due to the Web Tutoral: https://docs.djangoproject.com/en/1.8/intro/tutorial02/ The error is "ImportError at /admin/" -- cannot import name 'resolve_url'" for the address "http://127.0.0.1:8000/admin/"; The Django vers