Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(201)

Delta Between Two Patch Sets: settings.py

Issue 908: [issue6] Google's Users API Integration (Closed) SVN Base: http://google-app-engine-django.googlecode.com/svn/trunk/
Left Patch Set: Proper model cache Created 4 months, 2 weeks ago
Right Patch Set: DjangoUserModel, better helpers integration for authentication Created 4 months, 3 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # Copyright 2008 Google Inc. 1 # Copyright 2008 Google Inc.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 84 matching lines...) Show 10 above Show 10 below
95 os.path.join(ROOT_PATH, 'templates') 95 os.path.join(ROOT_PATH, 'templates')
96 ) 96 )
97 97
98 INSTALLED_APPS = ( 98 INSTALLED_APPS = (
99 'appengine_django', 99 'appengine_django',
100 'django.contrib.auth', 100 'django.contrib.auth',
101 # 'django.contrib.contenttypes', 101 # 'django.contrib.contenttypes',
102 # 'django.contrib.sessions', 102 # 'django.contrib.sessions',
103 # 'django.contrib.sites', 103 # 'django.contrib.sites',
104 ) 104 )
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338