Explore >> Select a destination


You are here

www.mattlayman.com
| | rogs.me
2.4 parsecs away

Travel
| | [AI summary] The article explains how to use Celery in Django to asynchronously populate book information using an ISBN scanner by setting up Celery tasks and integrating them with Django models and serializers.
| | brntn.me
4.7 parsecs away

Travel
| | Personal site of Brenton Cleeland
| | adamj.eu
4.5 parsecs away

Travel
| | Code coverage is a simple tool for checking which lines of your application code are run by your test suite. 100% coverage is a laudable goal, as it means every line is run at least once.
| | quakkels.com
19.0 parsecs away

Travel
| Django is a Python framework that I've written about before. I've compared Django to ASP.NET MVC. But, I didn't go into much detail about how to actually use Django to create a data driven website. That's what I'll cover now.