diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 16:19:58 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:34 -0200 |
commit | 48904e485742e17e637385f35d6ced69923c9c85 (patch) | |
tree | 9158510c6f6e8ad0a7fec3df846e8018312bd61b /main/models.py | |
parent | 5a6b984a626e3a1cab2b49f1158918f8c3cb4b80 (diff) |
modified import paths from archweb_dev to archweb
Diffstat (limited to 'main/models.py')
-rw-r--r-- | main/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py index f645804b..d65c8470 100644 --- a/main/models.py +++ b/main/models.py @@ -1,7 +1,7 @@ from django.db import models from django.db.models import Q from django.contrib.auth.models import User -from archweb_dev.main.middleware import get_user +from archweb.main.middleware import get_user ########################### ### User Profile Class #### |