Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/startproject.py
Commit message (Expand)AuthorAgeFilesLines
* Converted remaining management commands to argparseClaude Paroz2014-06-141-1/+3
* the SECRET_KEY is not a hashThomas Grainger2014-05-221-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+2
* Fixed #19125 -- The startproject command should validate ...Claude Paroz2013-01-241-2/+1
* Cleanup to use get_random_string consistently.Paul McMillan2012-02-231-3/+2
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-24/+19
* Fixed #15372 -- Switched to a startproject default layout...Carl Meyer2011-10-131-3/+1
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #6654 -- Slightly refactored the way 'startproject'...Adrian Holovaty2008-06-161-7/+5
* Fixed #6789 -- Added some small amount of extra protectio...Malcolm Tredinnick2008-03-191-2/+7
* Fixed #5307 -- startproject/startapp now makes sure all f...Adrian Holovaty2007-08-311-5/+0
* Fixed bug in django.core.management.base.copy_helper, rel...Adrian Holovaty2007-08-161-1/+1
* Improved error handling for management.py commands, espec...Russell Keith-Magee2007-08-161-4/+5
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+39