summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2005-07-18Moved default admin from media to django/conf/admin_media, so Django is able ...Adrian Holovaty
2005-07-18Fixed #71 -- Changed default admin base_site template to use example.com inst...Adrian Holovaty
2005-07-16More installation streamlining/automation: Added adminapplist templatetag lib...Adrian Holovaty
2005-07-16More installation streamlining: Added default urlconfs, for both main and adm...Adrian Holovaty
2005-07-16Temporarily commented-out the link to 'forgotten your password?' on the defau...Adrian Holovaty
2005-07-16Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/Adrian Holovaty
2005-07-16Changed [105] to match our code standardsJacob Kaplan-Moss
2005-07-16django.conf.settings now fails loudly if DJANGO_SETTINGS_MODULE is broken in ...Jacob Kaplan-Moss
2005-07-16Moved default admin templates from templates.admin to django.conf.admin_templ...Adrian Holovaty
2005-07-16'django-admin.py init' now creates a site in the sites table, and project_tem...Adrian Holovaty
2005-07-16Added ROOT_URLCONF and MIDDLEWARE_CLASSES to project_template.settings.adminAdrian Holovaty
2005-07-15Fixed small bug in auto-generated comment in project_template.settings.mainAdrian Holovaty
2005-07-15Added project_template.settings.adminAdrian Holovaty
2005-07-15Added DATABASE_PASSWORD stub to project_template/settings/mainAdrian Holovaty
2005-07-15Changed DEBUG to be True by default in new projectsAdrian Holovaty
2005-07-14Created django.contrib and moved comments into itAdrian Holovaty
2005-07-14Removed World-Online-specific stuff from django.conf.global_settingsAdrian Holovaty
2005-07-14Removed hard-coded Adrian and Jacob in global_settings.ADMINSAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty