Thursday, August 1, 2019

Re: Writing your first Django app, part 1 - Can't Follow it

In the mysite/mysite/setting.py do as follows

INSTALLED_APPS=[
'Polls.apps.pollsConfig',
""""
The rest of the code
"""
]


So you should erase the polls you wrote at the end. Hope will be helpful waiting for your feedbacks

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f311bfdf-bc77-4eeb-96b9-a9776e006a6d%40googlegroups.com.

No comments:

Post a Comment