You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi Guys, I am really new to Django and Python. I have recently started learning them from a course on Udemy and I got stuck on the first example, making a web app. I'm not sure what I have done wrong but when I run my Django server it comes up with a NameError. I think the app is supposed to handle user data, such as first name,last name and email. Thanks in advance :)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I'm not familiar with the course, and haven't tried to set up your
project to test.
But I can recommend that you start with the Django tutorial in the
Django docs (whichever doc version matches the version of Django you are
using). You might then find it easier to spot small problems in other
projects such as when you go back to your course.