Forums

Cannot Reload webapp

I am a beginner and trying to make a polls app which is in django documentation part 1, Everything was working fine until I created urls.py file.. After that my website is not reloading, It is giving following error "Your webapp took a long time to reload. It probably reloaded, but we were unable to check it". Any help will be appreciated :)

What code did you put in your urls.py?

My problem is solved by making webapp with manual configuration instead of selecting Django. Thanks for reply.

Glad to hear that you were able to fix it.