Skip to content

Commit

Permalink
Moved email templates to the app itself
Browse files Browse the repository at this point in the history
git-svn-id: http://django-email-confirmation.googlecode.com/svn/trunk@46 e143efbd-a74b-0410-b764-bd10452ab0ba
  • Loading branch information
jezdez committed Jan 24, 2009
1 parent 3f19987 commit 86769b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devproject/manage.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 86769b3

Please sign in to comment.