Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Updated Transifex links to the Django projectClaude Paroz2013-04-251-2/+2
| | | | | | Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project.
* Added a helper script for managing django translationsClaude Paroz2013-01-011-0/+164
|
* Fixed #11184 -- Made it possible to build RPMs with a ↵Aymeric Augustin2012-01-021-1/+1
| | | | | | non-default python executable. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added a man page for django-admin.py. Also install it ↵Malcolm Tredinnick2007-06-101-0/+5
| | | | | | | | | | | correctly as part of the auto-generated rpm. Thanks to Marc Fargas and Paul Bissex for writing the man page. Refs #3341. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and ↵Malcolm Tredinnick2007-04-031-4/+8
| | | | | | | | | | build problems in a portable fashion. That took a *lot* longer to debug than I thought it would, so let's try not to break it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #3338 -- Partially fix rpm packaging problems. ↵Malcolm Tredinnick2007-02-121-0/+19
There is still one issue remaining with how we construct the version numbers, but this change is useful nonetheless. Patch from Dirk Datzert. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37