please help me, this is the error mgs am been getting whenever i run my manage.py runserver
Not Found: / [24/May/2018 14:16:40] "GET / HTTP/1.1" 404 2027 Internal Server Error: /polls/ Traceback (most recent call last): File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\exception.py", line 35, in inner response = get_response(request) File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\base.py", line 158, in _get_response response = self.process_exception_by_middleware(e, request) File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\core\handlers\base.py", line 156, in _get_response response = response.render() File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\response.py", line 106, in render self.content = self.rendered_content File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\response.py", line 81, in rendered_content template = self.resolve_template(self.template_name) File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\response.py", line 63, in resolve_template return select_template(template, using=self.using) File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\loader.py", line 47, in select_template raise TemplateDoesNotExist(', '.join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: polls/index.html, polls/question_list.html [24/May/2018 14:16:52] "GET /polls/ HTTP/1.1" 500 79698 Not Found: /favicon.ico [24/May/2018 14:17:54] "GET /favicon.ico HTTP/1.1" 404 2078 i dont know where exactly the problem is On Thu, May 24, 2018 at 3:46 AM, Melvyn Sopacua <m.r.sopa...@gmail.com> wrote: > On donderdag 24 mei 2018 00:31:57 CEST Benjamin Schollnick wrote: > > Okay, squashing seems to have resolved this issue... > > Did you find any issues with the documentation on squashing? > > > Seems a bit voodoo-ish, but it worked. Any suggestions for preventing > this > > in the future would be nice! > > It's voodoo-ish cause you stopped analyzing the problem and went for the > work- > around. > > So my best guess is: > - The two 0018 migrations were caused by 2 different branches in the > source > repository, adding migrations in parallel > - These were applied to the database also in parallel > - Further migrations were added, depending on the 0018 migrations > - One migration was removed that was the common ancenstor for one of the > 0018 > migrations and another migration. > > Without reconstructing the dependency graph it will be difficult to see > how you > could have solved it. > To prevent it, establish a protocol for your developers to communicate > with > eachother when adding and removing migrations. > > -- > Melvyn Sopacua > > -- > 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+unsubscr...@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/1555096.CvhEgTB1t9%40fritzbook. > For more options, visit https://groups.google.com/d/optout. > -- 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+unsubscr...@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/CAPkbFbZJAGNK4FOPeJDfkO_-djurDQJ3xDWqp7yo9g2%2BLK6gYQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.