Hey guys, we're about to release a new version of App Engine (1.2.3) which includes ...
16 years, 12 months ago
(2009-06-18 20:34:30 UTC)
#1
Hey guys, we're about to release a new version of App Engine (1.2.3) which
includes support of Django 1.0. This means we can kill our own (imported) copy
of Django, and all the mess around it -- the whole 'release' subdirectory is no
longer needed, and so I think we can actually drop the rietveld.py script.
The only issue is that to run in the SDK, you now need to install Django 1.0.2
into the system Python -- see instructions in the README. If you don't do this,
you can get one of two confusing error messages: either use_library() complains
that 0.96.1 is already in use, or you get a complaint that django cannot be
imported at all -- I don't know why it's sometimes one, sometimes the other...
(I ran into the issue with different Python versions on my laptop, where
apparently I have ambiguous defalt Python versions. I don't know how to install
Windows, or I would have added instructions for it too.)
Submitting... Making live... http://3.latest.codereview.appspot.com/78046/diff/9/1017 File README (right): http://3.latest.codereview.appspot.com/78046/diff/9/1017#newcode49 Line 49: command line. To install Django ...
16 years, 11 months ago
(2009-06-19 18:21:52 UTC)
#4
Submitting... Making live...
http://3.latest.codereview.appspot.com/78046/diff/9/1017
File README (right):
http://3.latest.codereview.appspot.com/78046/diff/9/1017#newcode49
Line 49: command line. To install Django into the correct Python version, you
On 2009/06/19 04:04:58, Andi Albrecht wrote:
> Duplicate whitespace.
Actually it's an old habit that is used (mostly) consistently in this file --
double the space after a sentence-ending period. The reflow command in Emacs
treats this special.
Issue 78046: Getting rid of local Django copy and release subdir
(Closed)
Created 16 years, 12 months ago by GvR
Modified 16 years, 10 months ago
Reviewers: Andi Albrecht, JohnA
Base URL: http://rietveld.googlecode.com/svn/trunk/
Comments: 3