Django

Code

root/django/trunk/django/conf/project_template


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8859 [8859] 09/02/08 11:52:42 jacob Fixed #8496: added a note about admindocs to the project template and the …
(edit) @8537 [8537] 08/25/08 07:57:24 jacob Fixed #7317: the x-view middleware is no longer enabled by default.
(edit) @8432 [8432] 08/18/08 08:52:26 brosner Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks …
(edit) @8026 [8026] 07/21/08 12:10:27 jacob Modified the comments in the skeleton urls.py to be more clear about how …
(edit) @8009 [8009] 07/20/08 13:09:27 brosner Added admin.autodiscover() to project template urls.py. It is left …
(edit) @8008 [8008] 07/20/08 13:05:11 brosner Fixed #7842 -- Added a raw string identifier in project template urls.py …
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @7041 [7041] 01/27/08 23:40:57 gwilson Fixed #6431 -- Fixed misspelling in projects template settings file, …
(edit) @6123 [6123] 09/13/07 09:37:22 adrian Fixed #5395 -- Changed URL of all language codes in …
(edit) @5941 [5941] 08/19/07 05:24:35 mtredinnick Changed the URL reference for timezone specifications. It looks like …
(edit) @5693 [5693] 07/14/07 07:48:24 mtredinnick Fixed #4863 -- Removed comment references to a no-longer present link. …
(edit) @5543 [5543] 06/26/07 07:58:42 mtredinnick Added Oracle to the list of permitted DATABASE_ENGINE settings (and …
(edit) @5404 [5404] 06/01/07 05:00:00 mtredinnick Fixed #4290 -- Added a warning about trailing slashes to the project …
(edit) @4678 [4678] 03/07/07 21:41:04 mtredinnick Fixed #2315 -- Clarified that the available PostgreSQL timezone options …
(edit) @4631 [4631] 02/26/07 18:02:40 jacob Fixed #3589: settings templates and default settings now mention psycopg2 …
(edit) @4487 [4487] 02/11/07 18:10:09 mtredinnick Fixed #2315 -- added work around for Windows timezone setting (i.e. we …
(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) @4207 [4207] 12/15/06 09:56:42 adrian Fixed #1977 -- Changed postgresql.org URL in global_settings.py and …
(edit) @4112 [4112] 11/26/06 18:38:09 adrian Fixed #2980 -- Changed project_template/urls.py to use new-style URLconf. …
(edit) @3962 [3962] 11/02/06 08:42:13 russellm Fixes #1378 -- Added svn:ignore "*.pyc" to some directories that were …
(edit) @3607 [3607] 08/17/06 22:42:28 adrian Added USE_I18N setting to default settings.py created for startproject …
(edit) @3525 [3525] 08/04/06 20:48:33 adrian Fixed #2485 -- Added comment to project_template/settings.py that says to …
(edit) @3007 [3007] 05/29/06 21:47:33 adrian Added note to default manage.py that a 'missing settings.py' message may …
(edit) @2980 [2980] 05/25/06 23:05:02 adrian Fixed #1998 -- Changed double quotes to single quotes
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @1899 [1899] 01/10/06 18:14:25 adrian Changed project_template so that it doesn't create an 'apps' directory
(edit) @1809 [1809] 12/30/05 22:03:40 adrian Changed project_template/settings.py to add helpful comment about forward …
(edit) @1671 [1671] 12/14/05 21:23:37 adrian Fixed #1040 -- Gave manage.py executable permission and added shebang …
(edit) @1556 [1556] 12/05/05 23:53:31 adrian Added conf/project_template/manage.py, which is a light wrapper around …
(edit) @1379 [1379] 11/23/05 17:10:17 adrian Fixed #603 -- Added template debugging errors to pretty error-page output, …
(edit) @958 [958] 10/19/05 11:10:31 adrian Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, …
(edit) @957 [957] 10/19/05 11:03:24 adrian Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by …
(edit) @948 [948] 10/18/05 20:09:05 adrian Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a …
(edit) @892 [892] 10/16/05 21:37:50 adrian Fixed #583 -- Added app_directories template loader, which searches for …
(edit) @879 [879] 10/14/05 20:37:16 adrian Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks …
(edit) @858 [858] 10/13/05 22:43:01 adrian Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj
(edit) @620 [620] 09/04/05 13:20:57 adrian Fixed #458 -- Added /r/ to default admin urlconf
(edit) @525 [525] 08/17/05 09:27:30 adrian Fixed #340 -- Default admin settings (in django-admin startproject) now …
(edit) @512 [512] 08/15/05 19:41:42 adrian Changed 'django-admin startproject' to included MIDDLEWARE_CLASSES in …
(edit) @289 [289] 07/21/05 23:18:03 adrian Fixed #147 -- Thanks, Robin Munn!
(edit) @288 [288] 07/21/05 22:15:43 jacob Added sqlite3 database backend -- somewhat tested, but probably not 100% …
(edit) @230 [230] 07/19/05 19:37:45 adrian Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are …
(edit) @124 [124] 07/16/05 17:58:29 adrian More installation streamlining: Added default urlconfs, for both main and …
(edit) @108 [108] 07/16/05 11:38:28 adrian Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/
(edit) @93 [93] 07/15/05 22:48:36 adrian 'django-admin.py init' now creates a site in the sites table, and …
(edit) @91 [91] 07/15/05 22:12:07 adrian Added ROOT_URLCONF and MIDDLEWARE_CLASSES to …
(edit) @83 [83] 07/15/05 17:36:26 adrian Fixed small bug in auto-generated comment in …
(edit) @82 [82] 07/15/05 17:35:17 adrian Added project_template.settings.admin
(edit) @81 [81] 07/15/05 17:32:37 adrian Added DATABASE_PASSWORD stub to project_template/settings/main
(edit) @80 [80] 07/15/05 17:29:10 adrian Changed DEBUG to be True by default in new projects
(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.