~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/conf/project_template/project_name/settings.py

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-02-24 10:28:08 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20130224102808-zzfwbdf3usc6mp16
Tags: 1.4.5-1
* New upstream maintenance release dropping some undesired .pyc files
  and fixing a documentation link.
* High urgency due to former security updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
}
22
22
 
23
23
# Hosts/domain names that are valid for this site; required if DEBUG is False
24
 
# See https://docs.djangoproject.com/en/{{ docs_version }}/ref/settings/#allowed-hosts
 
24
# See https://docs.djangoproject.com/en/1.4/ref/settings/#allowed-hosts
25
25
ALLOWED_HOSTS = []
26
26
 
27
27
# Local time zone for this installation. Choices can be found here: