| LEFT | RIGHT |
| 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 ) |
| LEFT | RIGHT |