Fixes #345 explain need for django.contrib.sites

This commit is contained in:
Daniel Roy Greenfeld 2016-01-16 10:43:01 -08:00
parent 07514be580
commit f78069f523
4 changed files with 9 additions and 0 deletions

View File

@ -1 +1,3 @@
# -*- coding: utf-8 -*-
# To understand why this file is here, please read http://cookiecutter-django.readthedocs.org/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django

View File

@ -1 +1,3 @@
# -*- coding: utf-8 -*-
# To understand why this file is here, please read http://cookiecutter-django.readthedocs.org/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# To understand why this file is here, please read http://cookiecutter-django.readthedocs.org/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django
from __future__ import unicode_literals
from django.conf import settings

View File

@ -1 +1,3 @@
# -*- coding: utf-8 -*-
# To understand why this file is here, please read http://cookiecutter-django.readthedocs.org/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django