Changeset 39:8cfe36ca2020
- Timestamp:
- 08/24/08 11:52:58 (3 months ago)
- Author:
- Jeffrey Gelens
- Branch:
- default
- Message:
-
Page updates
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r19
|
r39
|
|
| 7 | 7 | |
| 8 | 8 | # Set application path |
| 9 | | sys.path.insert(0, '/home/httpd/apps') |
| 10 | | sys.path.insert(0, '/home/httpd/apps/gelens_org') |
| | 9 | sys.path.insert(0, '/srv/www/apps') |
| | 10 | sys.path.insert(0, '/srv/www/apps/gelens_org') |
| 11 | 11 | |
| 12 | 12 | # Load Django WSGI handler |
-
|
r31
|
r39
|
|
| 4 | 4 | USE_I18N = False |
| 5 | 5 | USE_ETAGS = True |
| 6 | | DEFAULT_CONTENT_TYPE="application/xhtml+xml" |
| | 6 | #DEFAULT_CONTENT_TYPE="application/xhtml+xml" |
| 7 | 7 | |
| 8 | 8 | TEMPLATE_LOADERS = ( |
| … |
… |
|
| 15 | 15 | 'django.middleware.gzip.GZipMiddleware', |
| 16 | 16 | 'django.contrib.csrf.middleware.CsrfMiddleware', |
| 17 | | 'gelens_org.utils.middleware.http.XhtmlMortifierMiddleware', |
| | 17 | # 'gelens_org.utils.middleware.http.XhtmlMortifierMiddleware', |
| 18 | 18 | 'django.contrib.sessions.middleware.SessionMiddleware', |
| 19 | 19 | 'django.contrib.auth.middleware.AuthenticationMiddleware', |
-
|
r25
|
r39
|
|
| 1 | | /home/httpd/apps/django/contrib/admin/media |
| | 1 | ../../django/contrib/admin/media |
-
|
r32
|
r39
|
|
| 55 | 55 | unless otherwise noted.<br />Powered by |
| 56 | 56 | <a href="http://www.djangoproject.com">Django</a> and |
| 57 | | <a href="https://manage.slicehost.com/customers/new?referrer=105926733">SliceHost</a>. |
| | 57 | <a href="http://www.linode.com/?r=9e07717ba17b7283ecc8d000a8b0737b17c64a3f">Linode</a>. |
| 58 | 58 | </p> |
| 59 | 59 | </div> |
-
|
r36
|
r39
|
|
| 34 | 34 | <a href="http://www.python.org">Python</a> 2.5.2 and served by |
| 35 | 35 | <a href="http://httpd.apache.org">Apache</a> 2.2.8 with |
| 36 | | <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a> 2.0c4, proxied by |
| | 36 | <a href="http://code.google.com/p/modwsgi/">mod_wsgi</a> 2.1, proxied by |
| 37 | 37 | <a href="http://www.nginx.net/">Nginx</a> 0.6.31. The database is |
| 38 | 38 | <a href="http://www.postgresql.org">PostgreSQL</a> 8.3.3. All of this is running on the latest |
| 39 | | <a href="http://www.archlinux.org">ArchLinux</a> on a 265MB |
| 40 | | <a href="https://manage.slicehost.com/customers/new?referrer=105926733">Slicehost VPS</a>. |
| | 39 | <a href="http://www.archlinux.org">Arch Linux</a> on a 360MB |
| | 40 | <a href="http://www.linode.com/?r=9e07717ba17b7283ecc8d000a8b0737b17c64a3f">Linode Xen VPS</a>. |
| 41 | 41 | </p> |
| 42 | 42 | </div> |