Finish cleaning up the script stuff. Added a README to the base parents directory warning not to modify the classes there.

This commit is contained in:
Greg Taylor 2008-12-15 05:58:32 +00:00
parent 122bf4e3ff
commit f0f31a9a69
5 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,6 @@
Do not modify files in this directory! They are base classes from which other
things may be sub-classed. Modifying these classes may cause conflicts the
next time you upgrade manually or through subversion.
Instead, sub-class the classes contained here and point the default parent
imports in settings.py to your new classes.