These are some Linux commands that I find myself searching for on a consistent basis. These commands are used primarily on Arch Linux distros.
read more
/
0 comments
UPDATE: 4/7/11 !!! IMPORTANT !!! Read the comments between Julien and I below before installing or deciding to install Zinnia. It's far easier than I lay out in this post. I'm leaving here for reference of what not to do :) --Mark
read more
/
0 comments
UPDATE (8/4/2011):
read more
/
0 comments
Posted by:
scoopseven
in
Django
12 years, 6 months ago
Differentiating how to display or access variables/structures/dictionaries in Django templates (as opposed to views) can get frustrating. All I was trying to do was print the query string in a template. That's. It. Why couldn't I just do:
read more
/
0 comments
Posted by:
scoopseven
in
Django
12 years, 6 months ago
You've passed in a tuple to your template and now you're trying to access the separate indexes/items in a loop. Here's the tuple:
read more
/
0 comments