@@ -1249,7 +1249,7 @@ <h2>Django videos</h2>
12491249for Django and web development on the
12501250< a href ="/best-python-videos.html "> Best Python Videos</ a > page.
12511251</ div > </ p >
1252- < h2 > Django 1.7-specific resources </ h2 >
1252+ < h2 > Django migrations </ h2 >
12531253< ul >
12541254< li >
12551255< p > Paul Hallett wrote a
@@ -1273,6 +1273,9 @@ <h2>Django 1.7-specific resources</h2>
12731273 < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/ "> part 4</ a >
12741274 are now all available to read.</ p >
12751275</ li >
1276+ </ ul >
1277+ < h2 > Django testing</ h2 >
1278+ < ul >
12761279< li >
12771280< p > < a href ="https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/ "> Integrating Front End Tools with Django</ a >
12781281 is a good post to read for figuring out how to use < a href ="http://gulpjs.com/ "> Gulp</ a >
@@ -1284,6 +1287,11 @@ <h2>Django 1.7-specific resources</h2>
12841287 uncertain where to begin.</ p >
12851288</ li >
12861289< li >
1290+ < p > < a href ="https://realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/ "> Testing in Django</ a >
1291+ provides numerous examples and explanations for how to test your Django
1292+ project's code.</ p >
1293+ </ li >
1294+ < li >
12871295< p > < a href ="https://medium.com/@unary/django-views-automated-testing-with-selenium-d9df95bdc926 "> Django views automated testing with Selenium</ a >
12881296 gives some example code to get up and running with
12891297 < a href ="http://www.seleniumhq.org "> Selenium</ a > browser-based tests.</ p >
@@ -5666,6 +5674,11 @@ <h1>Change Log</h1>
56665674the
56675675< a href ="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages "> source repository's commit log</ a > on GitHub.</ p >
56685676< h2 > 2015</ h2 >
5677+ < h3 > May</ h3 >
5678+ < ul >
5679+ < li > Added additional < a href ="/django.html "> Django</ a > resources, specifically related to
5680+ testing.</ li >
5681+ </ ul >
56695682< h3 > April</ h3 >
56705683< ul >
56715684< li > Added more < a href ="/no-sql-datastore.html "> NoSQL resources</ a > , especially ones involving
0 commit comments