Changeset 1193
- Timestamp:
- 11/11/05 21:24:32 (3 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r1123 r1193 4 4 5 5 This document will get you up and running with Django. 6 7 Install Python 8 ============== 9 10 Being a Python Web framework, Django requires Python. 11 12 It works with any Python version 2.3 and higher. 13 14 Get Python at www.python.org. If you're running Linux or Mac OS X, you probably 15 already have it installed. 6 16 7 17 Install Apache and mod_python
