forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
- Loading branch information
1 parent
903920a
commit b2cb66b
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
This is a stub; please complete me | ||
Thanks for downloading Django. | ||
|
||
To install it, make sure you have Python 2.3+ installed. Then run this command: | ||
|
||
python2.3 setup.py install | ||
|
||
For more detailed instructions, see docs/install.txt. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
This is a stub; please complete me | ||
Django is a high-level Python Web framework that encourages rapid development | ||
and clean, pragmatic design. | ||
|
||
Thanks for downloading it. | ||
|
||
All documentation is in the "docs" directory. Docs are updated rigorously. If | ||
you find any problems in the docs, or think they should be clarified in any | ||
way, please take 30 seconds to fill out a ticket here: | ||
|
||
http://code.djangoproject.com/newticket | ||
|
||
Install instructions are in the INSTALL file. |