Changeset 4290
- Timestamp:
- 01/05/07 06:32:55 (2 years ago)
- Files:
-
- django/trunk/docs/install.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/install.txt
r3907 r4290 114 114 svn co http://code.djangoproject.com/svn/django/trunk/django c:\Python24\lib\site-packages\django 115 115 116 4. Copy the file ``django_src/django/bin/django-admin.py`` to somewhere on your116 3. Copy the file ``django_src/django/bin/django-admin.py`` to somewhere on your 117 117 system path, such as ``/usr/local/bin`` (Unix) or ``C:\Python24\Scripts`` 118 118 (Windows). This step simply lets you type ``django-admin.py`` from within
