Django

Code

root/django/trunk/django/bin/django-admin.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @1553 [1553] 12/05/05 23:17:52 adrian Moved all logic from django-admin.py into django.core.management, into a …
(edit) @1526 [1526] 12/02/05 14:58:35 adrian Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, …
(edit) @1477 [1477] 11/28/05 08:23:02 adrian Fixed #943 -- Restored django-admin createsuperuser functionality with no …
(edit) @1474 [1474] 11/27/05 20:57:38 adrian Fixed #798 and #715 -- Added optional arguments to createsuperuser, for …
(edit) @1185 [1185] 11/11/05 17:34:08 hugo fix a problem that masks errors in settings files for some users - in …
(edit) @1173 [1173] 11/11/05 10:42:41 adrian Changed django-admin.py to display help if invoked with no arguments. …
(edit) @1068 [1068] 11/03/05 22:59:46 jacob Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: …
(edit) @1005 [1005] 10/23/05 17:43:24 adrian Added 'django-admin.py installperms' command
(edit) @793 [793] 10/06/05 12:22:23 adrian Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for …
(edit) @692 [692] 09/25/05 17:03:30 jacob Added a database-backed cache backend, along with a tool in django-admin …
(edit) @606 [606] 09/02/05 13:23:42 adrian Fixed spacing bug in '--help' output of django-admin
(edit) @539 [539] 08/19/05 16:23:56 adrian Fixed #360 -- runserver now takes optional 'ip:port' in addition to …
(edit) @503 [503] 08/15/05 00:05:52 adrian Added 'django-admin.py validate', which validates all installed models. …
(edit) @395 [395] 08/02/05 17:33:39 adrian Improved 'django-admin inspectdb' so that it detects ForeignKey?
(edit) @384 [384] 08/02/05 12:08:24 adrian Added first stab at 'django-admin.py inspectdb', which takes a database …
(edit) @261 [261] 07/20/05 21:17:45 adrian Added 'django-admin createsuperuser' and updated tutorial to use it …
(edit) @252 [252] 07/20/05 15:35:53 adrian Fixed small bug in print_error() calls in django-admin
(edit) @247 [247] 07/20/05 12:42:36 adrian Added '--settings' option to django-admin. This specifies which settings …
(edit) @242 [242] 07/20/05 10:00:34 adrian Fixed #97 -- Refactored django-admin.py so that it only contains …
(edit) @240 [240] 07/20/05 01:08:39 adrian 'django-admin runserver' now displays the settings module you're using …
(edit) @238 [238] 07/20/05 00:46:00 adrian Fixed ForeignKey?('self') so that extra cruft parameters aren't necessary. …
(edit) @230 [230] 07/19/05 19:37:45 adrian Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are …
(edit) @227 [227] 07/19/05 16:32:58 adrian Fixed #84 -- CREATE TABLE foreign keys now work in MySQL
(edit) @185 [185] 07/18/05 17:35:04 adrian Moved default admin from media to django/conf/admin_media, so Django is …
(edit) @174 [174] 07/18/05 10:25:58 adrian Added 'django-admin.py runserver', which starts a lightweight development …
(edit) @162 [162] 07/17/05 21:38:44 adrian Fixed #53 -- Thanks, Dobbes!
(edit) @102 [102] 07/16/05 01:00:19 adrian Set executable bit on django-admin.py
(edit) @101 [101] 07/16/05 00:44:50 adrian Changed django-admin so that it doesn't load django.core.db or …
(edit) @95 [95] 07/15/05 23:07:06 adrian django-admin.py startproject now automatically points admin TEMPLATE_DIRS …
(edit) @93 [93] 07/15/05 22:48:36 adrian 'django-admin.py init' now creates a site in the sites table, and …
(edit) @88 [88] 07/15/05 18:43:17 adrian Changed 'django-admin sqlclear' to output deletion of content_types table …
(edit) @87 [87] 07/15/05 18:41:39 adrian Changed 'django-admin startapp' so that it try to write to INSTALLED_APPS …
(edit) @79 [79] 07/15/05 17:24:51 adrian Changed django-admin startproject so that it doesn't copy .pyc files
(edit) @68 [68] 07/15/05 15:46:05 adrian Changed setup.py author and added django-admin to distutils 'scripts'
(edit) @8 [8] 07/13/05 20:32:23 adrian Fixed #30 -- django-admin startproject and startapp now ignore directories …
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.