Hi, guys: I had followed the part 1 of Django Tutorial, and when I went to Part 2, I got this error: "DoesNotExist at /admin/", just like this one : https://groups.google.com/forum/?fromgroups=#!topic/django-users/o2FpMeINpPA The reason is that I should add in the table "django_site" of my database : domain and name, I did it : insert into django_site (domain, name) values ("ncegcolnx270", "mysite"); And it works. But this point, the Tutorial 1 doesn't say...... How can I perhaps help update the Tutorial 1 of Django? Thanks
Best regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/EWJnYtTw95IJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.