Re: activating models

2020-03-09 Thread SHANKAR JHA
I think you forget to put a comma (,) at the last. Try using the polls and check if it's working or not. It's best practice to put your app at the last because you want all the package to load in first when you open your website. INSTALLED_APPS = [ 'django.contrib.admin',

Re: Beginner needs help getting templates to work - is this the right group?

2020-03-06 Thread SHANKAR JHA
Why don't you compare your code with the Github repo provided by the author: https://github.com/wsvincent/djangoforbeginners. You can share your code with us for more clarity. On Fri, Mar 6, 2020 at 9:31 AM Shishir Jha wrote: > Can you show the code that you have written until page 55? > > >