Changes between Initial Version and Version 1 of Ticket #21386
- Timestamp:
- Nov 5, 2013, 5:01:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21386
- Property Cc added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #21386 – Description
initial v1 3 3 But in a couple of places it uses `settings.SITE_ID` and the new 1.6 default project template settings.py doesn't include it because the sites framework isn't installed. 4 4 5 Perhaps it could be replaced by 'django.contrib. admindocs.models.get_current_site(request)` as suggested by https://docs.djangoproject.com/en/1.6/ref/contrib/sites/#hooking-into-the-current-site-from-views?5 Perhaps it could be replaced by 'django.contrib.sites.models.get_current_site(request)` as suggested by https://docs.djangoproject.com/en/1.6/ref/contrib/sites/#hooking-into-the-current-site-from-views? 6 6