mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fixes #345 explain need for django.contrib.sites
This commit is contained in:
parent
07514be580
commit
f78069f523
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user