default settings

This commit is contained in:
j 2010-11-28 17:46:20 +01:00
commit af023bfc6a
2 changed files with 4 additions and 3 deletions

View file

@ -1,13 +1,14 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from datetime import datetime
from django.contrib.auth.models import User
from django.db import models
from django.db.models import signals
from django.dispatch import dispatcher
from django.utils import simplejson as json
from datetime import datetime
from django.conf import settings
from ox.utils import json
class UserProfile(models.Model):
recover_key = models.TextField()