|
Apr
29 |
|
awarded | Popular Question |
|
Dec
8 |
|
awarded | Popular Question |
|
Apr
16 |
|
comment |
API for Address -> School District Lookup? Definitely true for Google's Geocoding service. However, I didn't see the same restriction on their Places API. Instead, it seems to require that you place an official "Powered by Google" type attribution on the page. I'll re-review this, of course, before proceeding. SmartyStreets (or another service) might also be an option for me. Hint: it would be a sure-fire deal if you could include the School District in the results :) |
|
Apr
15 |
|
comment |
API for Address -> School District Lookup? This is the only approach I could find as well. I'm getting geocoding results from Google Maps, so I can compare the lat-lng to the polygons defined in the Census Bureau shapefiles. PostGIS seems a bit heavy for my needs, so I'm just gonna build a couple custom DB tables to store the info. |
|
Apr
15 |
|
accepted | API for Address -> School District Lookup? |
|
Apr
12 |
|
asked | API for Address -> School District Lookup? |
|
Jun
23 |
|
awarded | Nice Question |
|
Jun
17 |
|
accepted | Twisted or Celery? Which is right for my application with lots of SOAP calls? |
|
Jun
15 |
|
revised |
Twisted or Celery? Which is right for my application with lots of SOAP calls? added note about concurrency needs |
|
Jun
15 |
|
comment |
Twisted or Celery? Which is right for my application with lots of SOAP calls? @wheaties: I added more detail and rephrased the question a bit. Please let me know if you have specific questions I should answer that would make this a better Question. |
|
Jun
15 |
|
awarded | Editor |
|
Jun
15 |
|
revised |
Twisted or Celery? Which is right for my application with lots of SOAP calls? Added more detail and rephrased the question slightly |
|
Jun
15 |
|
comment |
Twisted or Celery? Which is right for my application with lots of SOAP calls? @Wheaties - yes, absolutely. Just not sure what info would be useful. Do you have any questions to guide me? |
|
Jun
15 |
|
asked | Twisted or Celery? Which is right for my application with lots of SOAP calls? |
|
Dec
24 |
|
accepted | Django Custom Field: Only run to_python() on values from DB? |
|
Dec
24 |
|
comment |
Django Custom Field: Only run to_python() on values from DB? Turns out this was actually the only solution I could find. Disappointed there's not a better way to do this. |
|
Dec
22 |
|
comment |
Django Custom Field: Only run to_python() on values from DB? Yeah, that occurred to me as well...I was hoping for a cleaner solution. I'm pretty new to Django in general, and specifically this is my first time using a custom field, so my assumption was that either I'm missing something in the declaration of my custom field, or that there's a completely different, more appropriate way to meet my needs. |
|
Dec
22 |
|
asked | Django Custom Field: Only run to_python() on values from DB? |
|
Sep
7 |
|
awarded | Scholar |
|
Sep
7 |
|
accepted | Strategies for Encryption with Django + Postgres? |