2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

Refer to debian package, not upstream URL

This commit is contained in:
expoonserver 2014-05-19 03:11:46 +01:00
parent 4d6f8cb079
commit f54f0d9d7f

View File

@ -7,7 +7,7 @@ Python, Django, and Database setup
-----------------------------------
Troggle requires Django 1.1 or greater, and any version of Python that works with it. As of writing this readme, there was no actual Django 1.1 release, so Troggle required the SVN version of Django. Check Django out to somewhere on your PYTHONPATH with the following command:
svn co http://code.djangoproject.com/svn/django/trunk/
apt-get install python-django on debian/ubuntu
If you have an older installation of Django installed on your system, the easiest way to make sure troggle is using the newest version of Django is to simply checkout into your top troggle directory, into a folder called django.