Skip to content

Instantly share code, notes, and snippets.

@theosp
Created April 3, 2011 07:31
Show Gist options
  • Save theosp/900267 to your computer and use it in GitHub Desktop.
Save theosp/900267 to your computer and use it in GitHub Desktop.
appengine 1.4.3 imports from django
./serializer/json.py:22:from django.utils import datetime_safe
./serializer/json.py:23:from django.utils import simplejson
./serializer/python.py:27:from django.conf import settings
./serializer/python.py:28:from django.core.serializers import base
./serializer/python.py:29:from django.core.serializers import python
./serializer/python.py:30:from django.db import models
./serializer/python.py:35:from django.utils.encoding import smart_unicode
./serializer/xml.py:26:from django.conf import settings
./serializer/xml.py:27:from django.core.serializers import base
./serializer/xml.py:28:from django.core.serializers import xml_serializer
./serializer/xml.py:29:from django.db import models
./serializer/pyyaml.py:27: from django.utils import _decimal as decimal # Python 2.3 fallback
./mail.py:26:from django.core import mail
./mail.py:27:from django.core.mail import SMTPConnection
./mail.py:28:from django.conf import settings
./models.py:22:from django import VERSION
./models.py:23:from django.core.exceptions import ObjectDoesNotExist
./models.py:24:from django.db.models.fields import Field
./models.py:25:from django.db.models.options import Options
./models.py:26:from django.db.models.loading import register_models, get_model
./management/commands/rollback.py:21:from django.core.management.base import BaseCommand
./management/commands/console.py:21:from django.conf import settings
./management/commands/console.py:22:from django.core.management.base import BaseCommand
./management/commands/startapp.py:19:from django.core.management.commands import startapp
./management/commands/reset.py:22:from django.core.management.base import BaseCommand
./management/commands/reset.py:31: from django.db import connection
./management/commands/flush.py:21:from django.core.management.base import BaseCommand
./management/commands/flush.py:30: from django.db import connection
./management/commands/flush.py:32: from django.core.management import call_command
./management/commands/update.py:21:from django.core.management.base import BaseCommand
./management/commands/runserver.py:23:from django.core.management.base import BaseCommand
./management/commands/runserver.py:54: from django.conf import settings
./management/commands/vacuum_indexes.py:21:from django.core.management.base import BaseCommand
./auth/templatetags.py:21:from django.template import Library
./auth/templatetags.py:22:from django.template import Node
./auth/decorators.py:17:from django.http import HttpResponseRedirect
./auth/models.py:19:from django.core import mail
./auth/models.py:20:from django.core.exceptions import ImproperlyConfigured
./auth/models.py:21:from django.db import models
./auth/models.py:22:from django.utils.encoding import smart_str
./auth/models.py:25:from django.db.models.manager import EmptyManager
./auth/models.py:146: from django.contrib.auth.models import SiteProfileNotAvailable
./auth/models.py:148: from django.conf import settings
./auth/__init__.py:23:from django.template import add_to_builtins
./auth/middleware.py:15:from django.contrib.auth.models import AnonymousUser
./sessions/backends/db.py:19:from django.contrib.sessions.backends import base
./sessions/backends/db.py:20:from django.core.exceptions import SuspiciousOperation
./__init__.py:254: from django.contrib import sessions
./__init__.py:257: from django.contrib.sessions import backends
./__init__.py:271: from django.dispatch import errors
./__init__.py:298: from django.core.serializers import python
./__init__.py:306: from django.core.serializers import json
./__init__.py:309: from django.core.serializers import pyyaml
./__init__.py:331: from django.core.serializers import base
./__init__.py:349: from django.core.management import validation
./__init__.py:420: from django.core import management
./__init__.py:500: from django.utils._threading_local import local
./__init__.py:525: from django import VERSION
./__init__.py:526: from django.conf import settings
./__init__.py:565: from django.core import mail
./__init__.py:577: from django.contrib.auth import models
./__init__.py:582: from django.contrib.auth import middleware as django_middleware
./__init__.py:585: from django.contrib.auth import decorators as django_decorators
./__init__.py:588: from django.contrib import auth as django_auth
./__init__.py:603: from django import newforms as forms
./__init__.py:605: from django import forms
./db/base.py:27:from django.db.backends import BaseDatabaseWrapper
./db/base.py:28:from django.db.backends import BaseDatabaseFeatures
./db/base.py:29:from django.db.backends import BaseDatabaseOperations
./db/creation.py:20:from django.conf import settings
./db/creation.py:21:from django.db.backends.creation import BaseDatabaseCreation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment