Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKaleb Burnham
4,877 PointsWhy does my run server repeats system checks at 2-second intervals?
When I run the server, the console spits back an endless repetition of this text every two seconds.
System check identified no issues (0 silenced).
July 05, 2016 - 15:33:42
Django version 1.9.4, using settings 'learning_site.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CONTROL-C.
Performing system checks...
I followed everything according to the video. Could this be because I'm using a different version of Django?