Author: leidel
Date: Sat Jan 24 12:40:05 2009
New Revision: 46

Added:
    trunk/emailconfirmation/templates/
    trunk/emailconfirmation/templates/email_confirmation_message.txt
       - copied unchanged from r44,  
/trunk/devproject/templates/emailconfirmation/email_confirmation_message.txt
    trunk/emailconfirmation/templates/email_confirmation_subject.txt
       - copied unchanged from r44,  
/trunk/devproject/templates/emailconfirmation/email_confirmation_subject.txt
Removed:
     
trunk/devproject/templates/emailconfirmation/email_confirmation_message.txt
     
trunk/devproject/templates/emailconfirmation/email_confirmation_subject.txt
Modified:
    trunk/devproject/manage.py

Log:
Moved email templates to the app itself

Modified: trunk/devproject/manage.py
==============================================================================
--- trunk/devproject/manage.py  (original)
+++ trunk/devproject/manage.py  Sat Jan 24 12:40:05 2009
@@ -1,5 +1,7 @@
  #!/usr/bin/env python
+import os, sys
  from django.core.management import execute_manager
+sys.path.insert(0, os.path.abspath('./..'))
  try:
      import settings # Assumed to be in the same directory.
  except ImportError:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to