/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

keepsimple.dev
| | quakkels.com
2.2 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.
| | gist.github.com
3.6 parsecs away

Travel
| | reverse m2m widget in django admin. GitHub Gist: instantly share code, notes, and snippets.
| | simpleisbetterthancomplex.com
2.6 parsecs away

Travel
| | In this tutorial we are going to explore three date/datetime pickers options that you can easily use in a Django project. We are going to explore how to do i...
| | simpleisbetterthancomplex.com
9.2 parsecs away

Travel
| The Django forms API have two field types to work with multiple options: ChoiceField and ModelChoiceField.