agileweb.org - posts tagged 'django' http://www.agileweb.org/ agileweb.org - posts tagged 'django' - posts tagged 'django' http://www.agileweb.org/ http://1.asset.soup.io/asset/0129/4353_8c96.gif 128 128 Ross Lawleys tumblelog mainly on software and agile methods. django-chronograph - Google Code {"tags":["django","python","web"],"type":"link","title":"django-chronograph - Google Code","source":"http://code.google.com/p/django-chronograph/","body":"Control django-admin commands via the web.\n\nCreating cron jobs for Django apps can be a pain, annoying and repetitive. With django-chronograph you simply create a single cron job to run every minute, point it at your site's directory and run manage.py cron. Then from the admin you can add jobs."} <p>Control django-admin commands via the web. Creating cron jobs for Django apps can be a pain, annoying and repetitive. With django-chronograph you simply create a single cron job to run every minute, point it at your site's directory and run manage.py cron. Then from the admin you can add jobs.</p> <p><a href="http://code.google.com/p/django-chronograph/">http://code.google.com/p/django-chronograph/</a></p>Sat, 06 Jun 2009 16:52:47 GMThttp://agileweb.org/post/20849650/django-chronograph-Google-Codeurn:www-soup-io:1:20849650linkdjangopythonweb A Django Management Command for Amazon S3 {"tags":["sync","storage","s3","python","command","django","management"],"type":"link","title":"A Django Management Command for Amazon S3","source":"http://rob.cogit8.org/blog/2008/Oct/29/a-django-management-command-for-amazon-s3/","body":"The command I submitted is ./manage.py sync_media_s3 and it copies all the files and directory structure found in your Django project\u0026#039;s MEDIA_ROOT, as defined in the settings.py file, up to the Amazon Simple Storage Service, or simply, Amazon S3. Many people are now using Amazon S3 as a Content Delivery Network (CDN) for their websites"} <p>The command I submitted is ./manage.py sync_media_s3 and it copies all the files and directory structure found in your Django project&#039;s MEDIA_ROOT, as defined in the settings.py file, up to the Amazon Simple Storage Service, or simply, Amazon S3. Many people are now using Amazon S3 as a Content Delivery Network (CDN) for their websites</p> <p><a href="http://rob.cogit8.org/blog/2008/Oct/29/a-django-management-command-for-amazon-s3/">http://rob.cogit8.org/blog/2008/Oct/29/a-django-management-command-for-amazon-s3/</a></p>Wed, 19 Nov 2008 08:07:05 GMThttp://agileweb.org/post/7057039/A-Django-Management-Command-for-Amazon-S3urn:www-soup-io:1:7057039linksyncstorages3pythoncommanddjangomanagement robhudson's django-debug-toolbar at master — GitHub {"tags":["webdev","python","programming","profiling","django","http"],"type":"link","title":"robhudson's django-debug-toolbar at master \u2014 GitHub","source":"http://github.com/robhudson/django-debug-toolbar/tree/master","body":null} <p><a href="http://github.com/robhudson/django-debug-toolbar/tree/master">http://github.com/robhudson/django-debug-toolbar/tree/master</a></p>Mon, 22 Sep 2008 07:13:54 GMThttp://agileweb.org/post/5439818/robhudsons-django-debug-toolbar-at-master-GitHuburn:www-soup-io:1:5439818linkwebdevpythonprogrammingprofilingdjangohttp Django snippets: Unfuddle-style post-commit emails - tied to a specific Django project. {"tags":["django","svn","post-commit","hook"],"type":"link","title":"Django snippets: Unfuddle-style post-commit emails - tied to a specific Django project.","source":"http://www.djangosnippets.org/snippets/1069/","body":"I needed a quick way to send e-mails to other people involved in a project when I committed code - so that designers would know that templatetag x was available (or fixed), etc - and am really fond of how unfuddle handles their subversion notifications. This isn\u0026#039;t nearly as polished as theirs, but I figured it was a good place to start."} <p>I needed a quick way to send e-mails to other people involved in a project when I committed code - so that designers would know that templatetag x was available (or fixed), etc - and am really fond of how unfuddle handles their subversion notifications. This isn&#039;t nearly as polished as theirs, but I figured it was a good place to start.</p> <p><a href="http://www.djangosnippets.org/snippets/1069/">http://www.djangosnippets.org/snippets/1069/</a></p>Sun, 21 Sep 2008 11:25:01 GMThttp://agileweb.org/post/5419299/Django-snippets-Unfuddle-style-post-commit-emailsurn:www-soup-io:1:5419299linkdjangosvnpost-commithook The Python Property Builtin {"tags":["url","tips","python","property","programming","django","decorators","properties","reference"],"type":"link","title":"The Python Property Builtin","source":"http://adam.gomaa.us/blog/the-python-property-builtin/","body":"I\u0026#039;m writing about one little corner of Python, the property function. It\u0026#039;s a builtin function, around since at least 2.2."} <p>I&#039;m writing about one little corner of Python, the property function. It&#039;s a builtin function, around since at least 2.2.</p> <p><a href="http://adam.gomaa.us/blog/the-python-property-builtin/">http://adam.gomaa.us/blog/the-python-property-builtin/</a></p>Sat, 23 Aug 2008 18:22:06 GMThttp://agileweb.org/post/5189128/The-Python-Property-Builtinurn:www-soup-io:1:5189128linkurltipspythonpropertyprogrammingdjangodecoratorspropertiesreference