On 31 Jan 11:24, bobhaugen wrote:
> 
> On Jan 31, 10:38 am, Jeff Anderson <[EMAIL PROTECTED]> wrote:
> > The link you pasted assumes you are using the development version, which
> > has some differences. My personal recommendation is to remove 0.96 and
> > use django-svn.
> 
> You are correct.  I just tried some of the tutorial steps that
> determine if I have the latest version, and I don't.
> 
> Followup question:  I understand some adjustments were made to the
> ubuntu package to make it run better on ubuntu.
> 
> Does anybody know what those are, and what I wd need to do to recreate
> them if I uninstalled 0.96.1 (which at least seems to work) and
> installed django-svn?

The 0.96 package there is just the one from Debian, the only changes
that are made to the debian package is that django-admin.py becomes
django-admin as it's installed in to /usr/bin (django-admin.py is still
in /usr/lib/python-django/bin, along with the other django scripts).

(Except the version in hardy, which rewrites the shebang of manage.py
when manage.py is created - which we used to have in the debian
packages, but removed as using the system default python is the correct
behaviour as a default, and if you're not using the default then you
already know enough to run manage.py in the interpreter of your choice).

There are svn snapshot packages available from the debian experimental
repository, with some pinning you should be able to pull in that and
only that from the experimental repository. The latest snapshot was
r7047 (thanks Gustavo).

Thanks,
-- 
Brett Parker

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to