Changes between Initial Version and Version 3 of Ticket #14457
- Timestamp:
- Oct 13, 2010, 6:01:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14457
- Property Keywords tutorial added
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #14457 – Description
initial v3 3 3 4 4 I'm pretty sure: 5 5 {{{ 6 6 INSTALLED_APPS = ( 7 7 'django.contrib.auth', … … 11 11 'polls' 12 12 ) 13 13 }}} 14 14 should really be 15 15 {{{ 16 16 INSTALLED_APPS = ( 17 17 'django.contrib.auth', … … 20 20 'django.contrib.sites', 21 21 'mysite.polls' 22 ) 22 )}}}