-
Send a confirmation email to the user upon successful entry of a site and/or observation. The email should state that the observation will still be verified and that the person may be contacted in thi…
-
- [x] 1. The Shawshank Redemption (1994)
- [x] 2. The Godfather (1972)
- [x] 3. The Godfather: Part II (1974)
- [x] 4. Pulp Fiction (1994)
- [ ] 5. The Good, the Bad and the Ugly (1966)
- [ ] 6. …
swang updated
9 years ago
-
There is this bit in the code:
```
except SyntaxError as err:
full_html = "%s" % response
```
It's trying to get the response into a str when the xml parsing fails.
But …
-
I'm getting KeyError on this url:
http://staging.slepemapy.cz/question/cz/river
the problem is
```
File "/var/www/slepemapy.cz/subdomains/staging/geography/models/knowledge.py" in
78. …
-
Why not replace our database with a JSON-oriented store like MongoDB? By removing the dictization code surrounding most db calls, it would remove a bit of code complexity and really speed up lots of o…
-
I wanted to export Dublin Core XML, so we could use that as a template for
importing. But I am getting an error (it's long)
I tried changing the SpatialRepType to another value but only setting it to…
batje updated
10 years ago
-
Does this package just use simple regex matching to do the search or does it take advantage of any plugins like (elasticsearch) ?
-
Hitting 'save' on any newly made map (like that does not already have an entry) leads to a 500 error, pasted in below.
The map _does_ however appear in search results. So it seems to be created prope…
-
ImproperlyConfigured at /2013/account/signup/
Error importing email backend module mailer.backend: "No module named backend"
Request Method: POST
Request URL: http://www.pycon.fr/2013/account/signu…
-
I was playing with Spinner widget in kv file and created a `values` tuple with some unicode characters inside. After running the app special characters were broken in the list that shows after clickin…