Thank you,I see what's going on here
Siddhartha <siddu2006.siddhartha@gmail.com> 于2020年8月24日周一 上午1:02写道:
Its the class that django uses to auto reload the development server whenever you make code changes .
Specifically, determined within the get_reloader method where watchman is an alternative for linux / macOS
If you're using Linux or MacOS and install both pywatchman and the Watchman service, kernel signals will be used to autoreload the server (rather than polling file modification timestamps each second). This offers better performance on large projects, reduced response time after code changes, more robust change detection, and a reduction in power usage.
No idea why its in red in pycharm but if you really wanted to you can disable it with the --noreload flag
Got this from Stack Overflow. Hope this helps!--On Sunday, 23 August 2020 at 07:29:51 UTC+5:30 kovy....@gmail.com wrote:whats the probOn Fri, Aug 21, 2020 at 9:30 AM Hella thor <hellatho...@gmail.com> wrote:Hey guys:My python version is 3.7.1Django version is 3.1When I started the project--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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f6364ce8-2d3e-401b-9d00-010c95322f42n%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d225fdf4-678e-40e0-ac5a-69e43a9daaa1n%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAE1PWyK8TP4_dKA6F6MNCS5L3tWwVQv1mVdWg1WONsk%2B2NR1A%40mail.gmail.com.

No comments:
Post a Comment