Google map on admin address field
Who never wished to have valid address data by showing a little google map with a marker near the address input text ? Using js only it gets quite easy.
- gmap
- address
- googlemap
Who never wished to have valid address data by showing a little google map with a marker near the address input text ? Using js only it gets quite easy.
A template tag which returns the n last tweets of a given user. It uses the twitter python lib. {% get_twitter_messages user foo limit 5 as tweets %} {% for tweet in tweets %} {{ tweet.text }} {{ tweet.time }} {{ tweet.url }} {% endfor %}
This shows a simple way of adding your project current SVN to the django debug toolbar by creating a custom debug panel.
coulix has posted 3 snippets.