/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

www.laceyhenschel.com
| | bitofpixels.com
5.7 parsecs away

Travel
| | I recently integrated Django Sendfile with a website to provide downloads that required authentication (even knowing the location of an authentication requiring file in the static directory will not allow you to download it thanks to some Apache conf magic).
| | www.rasulkireev.com
3.0 parsecs away

Travel
| | Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post.
| | www.argpar.se
4.8 parsecs away

Travel
| | Get some handy tips for testing the django admin.
| | simpleisbetterthancomplex.com
18.3 parsecs away

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