summaryrefslogtreecommitdiff
path: root/django/core/management/commands/startapp.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-05-30DRY'd startapp and startproject management commands.Adam Johnson
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2014-06-14Converted remaining management commands to argparseClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-01-24Fixed #19125 -- The startproject command should validate the name earlierClaude Paroz
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-10-24Fixed #17099 -- Removed an out-of-date warning and some unused code, now that...Carl Meyer
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-06-16Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec...Adrian Holovaty
2007-10-27Wrapped some long lines and orginized imports.Gary Wilson Jr
2007-10-27Fixed #5824 -- For the `startapp` command, pass the true project name to the ...Gary Wilson Jr
2007-10-06Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.Gary Wilson Jr
2007-08-16Fixed bug in django.core.management.base.copy_helper, related to refactoring ...Adrian Holovaty
2007-08-16Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee
2007-08-16Fixed #5179 -- Added missing kwargs to startapp command. Thanks for the repor...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty