ROOT_URLCONF = 'mysite.urls' : SyntaxError: invalid syntax
Hello,
I have been going through the Django first app tutorial with success until I received the message, "File "/Users/williamtschultz/mysite/mysite/settings.py", line 104 ROOT_URLCONF = 'mysite.urls' : SyntaxError: invalid syntax" in Terminal after I enter "python mysite/manage.py". I have completed all the steps up until "Customize the admin look and feel" in Part 2. I haven't changed any code in the Settings.py file, so I don't understand how this is happening. And now I can't even run the server. Does anyone have any idea what is going on? Any help would be very appreciated.
Best,
William
-- You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home