Saturday, June 30, 2018

Re: Can't access my django runserver

you're missing a comma at the end of 

 'DIRS': [os.path.join(BASE_DIR, 'templates')]

for future reference, if you want people to help you, give the information up front as well as context.  Your original posting showed minimal information, so there was nothing we could do until you posted the above.

You should also be using a text editor like atom, sublime, vscode, etc with a graphical linter so you can see syntax errors like the above more easily.

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/65a0ae6d-c957-4b65-b8f9-8c8ccffd58ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment