-
What are the options to integrate gravatar with the "who is coming" page. We have the emails of people.
-
As reported by a member on my forum it's a security issue and the open door for spammers that can get very easily information about profiles. (like email).
Since it's only used by themer and plugins …
esiao updated
9 years ago
-
```
Please allow callers of the AJAX API to specify that they want a Google
engine local to them to provide the results, e,g, google.fr, google.co.uk etc.
The web search results from those engines ar…
-
## Make scrapy.selector into a separate project.
When we're scraping web pages, the most common task you need to perform is to extract data from the HTML source. There are several libraries available…
-
First iteration of corrections will be correcting what bounced back.
@konklone will provide a corrected list.
- [x] delete emails that bounced
Linked to #218
-
As this blog post [1] by @evdb points out, parliament.uk email addresses are disabled at 5PM on the day that Parliament is dissolved (17 working days before the polling day). Is this still the case? A…
-
table or calendar driven by a json feed of past events
-
I posted this on the PrestaShop forum as well, but since you indicated you have problems getting notices, I also post it here.
This is exactly the module I need, but unfortunately it's not working. I…
-
```
Please allow callers of the AJAX API to specify that they want a Google
engine local to them to provide the results, e,g, google.fr, google.co.uk etc.
The web search results from those engines ar…
-
**Models**
```
Class MyModel(models.Model):
name = models.CharField()
sports = models.ManyToManyField(Sport, blank=True, null=True)
```
**Serializers**
```
class MyModelSerializer(serialize…