1 2345678910...
|
from django.oldforms import *
Language: Python LOC: 1 Google : flother - Source code for the web site hos...r.com (project search) : .../flother/lib/django/forms/__init__.py
|
from django.oldforms import *
Language: Python LOC: 1 Google : conspire - A Conference Management Application (project search) : .../libs/django/django/forms/__init__.py
|
from django.db import models
Language: Python LOC: 1 Google : djax - Django Ajax library (project search) : .../trunk/demo/djangoajax/sample/models.py
|
"""
Django Unit Test and Doctest framework.
"""
from django.test.client import Client
Language: Python LOC: 5 Google : flother - Source code for the web site hos...r.com (project search) : .../flother/lib/django/test/__init__.py
|
"""
Django Unit Test and Doctest framework.
"""
from django.test.client import Client
Language: Python LOC: 5 Google : conspire - A Conference Management Application (project search) : .../libs/django/django/test/__init__.py
|
from django.db.backends.postgresql.client import *
Language: Python LOC: 1 Google : flother - Source code for the web site hos...r.com (project search) : .../django/db/backends/postgresql_psycopg2/client.py
|
from django.db.backends.postgresql.creation import *
Language: Python LOC: 1 Google : flother - Source code for the web site hos...r.com (project search) : .../django/db/backends/postgresql_psycopg2/creation.py
|
from django.db.backends.postgresql.client import *
Language: Python LOC: 1 Google : conspire - A Conference Management Application (project search) : .../django/db/backends/postgresql_psycopg2/client.py
|
from django.db.backends.postgresql.creation import *
Language: Python LOC: 1 Google : conspire - A Conference Management Application (project search) : .../django/db/backends/postgresql_psycopg2/creation.py
|
from django.conf.urls.defaults import *
Language: Python LOC: 1 Google : pythoncommunity - Python Community (project search) : .../pythoncommunity/trunk/apps/menu/urls.py
|
from django.conf.urls.defaults import *
Language: Python LOC: 1 Google : pythoncommunity - Python Community (project search) : .../pythoncommunity/trunk/apps/categories/urls.py
|
from django.conf.urls.defaults import *
Language: Python LOC: 1 Google : pythoncommunity - Python Community (project search) : .../pythoncommunity/trunk/apps/exception/urls.py
|
from django.conf.urls.defaults import *
Language: Python LOC: 1 Google : python-community - Python Community (project search) : .../python-community/trunk/apps/menu/urls.py
|
from django.conf.urls.defaults import *
Language: Python LOC: 1 Google : python-community - Python Community (project search) : .../python-community/trunk/apps/categories/urls.py
|
from django.conf.urls.defaults import *
Language: Python LOC: 1 Google : python-community - Python Community (project search) : .../python-community/trunk/apps/exception/urls.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^setlang/$', 'django.views.i18n.set_language'),
Language: Python LOC: 4 Google : flother - Source code for the web site hos...r.com (project search) : .../lib/django/conf/urls/i18n.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('django.contrib.flatpages.views',
(r'^(?P<url>.*)$', 'flatpage'),
Language: Python LOC: 4 Google : flother - Source code for the web site hos...r.com (project search) : .../lib/django/contrib/flatpages/urls.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^setlang/$', 'django.views.i18n.set_language'),
Language: Python LOC: 4 Google : conspire - A Conference Management Application (project search) : .../django/django/conf/urls/i18n.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('django.contrib.flatpages.views',
(r'^(?P<url>.*)$', 'flatpage'),
Language: Python LOC: 4 Google : conspire - A Conference Management Application (project search) : .../django/django/contrib/flatpages/urls.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('django.contrib.flatpages.views',
(r'^(?P<url>.*)$', 'flatpage'),
Language: Python LOC: 4 BerliOS (SVN) : Group Appointment Calendar (project search) : .../django_src/django/contrib/flatpages/urls.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^setlang/$', 'django.views.i18n.set_language'),
Language: Python LOC: 4 BerliOS (SVN) : Group Appointment Calendar (project search) : .../django_src/django/conf/urls/i18n.py
|
# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.
Language: Python LOC: 1 Google : flother - Source code for the web site hos...r.com (project search) : .../flother/lib/django/core/template_loader.py
|
# This module is DEPRECATED!
#
# You should no longer be using django.template_loader.
#
# Use django.template.loader instead.
Language: Python LOC: 1 Google : conspire - A Conference Management Application (project search) : .../libs/django/django/core/template_loader.py
|
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^accounts/login/', 'django.contrib.auth.views.login'),
Language: Python LOC: 6 Google : privateissues - Simple, Q&A style web ... only (project search) : .../Google/p/privateissues/trunk/urls.py
|
# This module is DEPRECATED!
#
# You should no longer be using django.core.template_loader.
#
# Use django.core.template.loader instead.
Language: Python LOC: 1 BerliOS (SVN) : Group Appointment Calendar (project search) : .../support/django_src/django/core/template_loader.py
|
1 2345678910...
|