Sidebar Network

django-command-extensions Django Custom Management Command Extensions.

The Basics

This is a repository for collecting global custom management extensions for the Django Framework.

Project Homehttp://code.google.com/p/django-command-extensions/
Grab the Repository – svn checkout http://django-command-extensions.googlecode.com/svn/trunk/
 

Recent Commits

  • 112 was committed 5 days, 6 hours ago.
    fixed #41
  • 111 was committed 6 days, 3 hours ago.
    fixed FileField and ImageField in dumpscript post-fs-rf
  • 110 was committed 6 days, 3 hours ago.
    fixed bug in dumpscript where all booleans become None (introduced in r86)
  • 106 was committed 6 days, 12 hours ago.
    cleaned up UUID a bit and (hopefully :) improved the class documentation
  • 105 was committed 6 days, 12 hours ago.
    removed compiled python files from repository.
  • 104 was committed 1 week ago.
    added TimeStampedModel abstract base class, using CreationDateTimeField and ModificationDateTimeField
  • 103 was committed 1 week ago.
    cleaned up CreationDateTimeField and ModificationDateTimeField
  • 102 was committed 1 week ago.
    cleaned up UI for reset_db command, added confirmation
  • 101 was committed 1 week, 4 days ago.
    small spelling correction
  • 100 was committed 1 week, 4 days ago.
    added UUIDField