This is true for regular income tax etc but you can still get stung on capital gains. See, e.g http://m.taxesforexpats.com/articles/expat-tax-rules/capital... I'm not an ex pat, but I have dual citizenship. I've never…
We do exactly this on one of our products where I work. Geographic projection with our tiles up to zoom level 12 or so then switching to Mapbox mercator tiles beyond that. Assuming the styling is consistent, the change…
A few years ago I worked on a digital library system and we would sweat over including proper metadata about articles in meta tags (derived from the Dublin Core attributes entered by the authors). That was until we met…
Salmonella is awesome but doesn't play well with multiple admin sites.
1. You can use custom admin templates (just override the necessary blocks) 2. Not sure what you mean :) 3. Yes, this is a little awkward 4. You need filter_horizontal or filter_vertical:…
Blank is purely for validation and has nothing to do with the database constraints. If you want to prevent empty input just remove 'blank=True', surely? https://docs.djangoproject.com/en/dev/ref/models/fields/#bla...
This is true for regular income tax etc but you can still get stung on capital gains. See, e.g http://m.taxesforexpats.com/articles/expat-tax-rules/capital... I'm not an ex pat, but I have dual citizenship. I've never…
We do exactly this on one of our products where I work. Geographic projection with our tiles up to zoom level 12 or so then switching to Mapbox mercator tiles beyond that. Assuming the styling is consistent, the change…
A few years ago I worked on a digital library system and we would sweat over including proper metadata about articles in meta tags (derived from the Dublin Core attributes entered by the authors). That was until we met…
Salmonella is awesome but doesn't play well with multiple admin sites.
1. You can use custom admin templates (just override the necessary blocks) 2. Not sure what you mean :) 3. Yes, this is a little awkward 4. You need filter_horizontal or filter_vertical:…
Blank is purely for validation and has nothing to do with the database constraints. If you want to prevent empty input just remove 'blank=True', surely? https://docs.djangoproject.com/en/dev/ref/models/fields/#bla...