include changelog in docs, cosmetic docs and pep8 fixes
This commit is contained in:
parent
1b9bd79f2b
commit
3f92c27125
@ -19,11 +19,10 @@ Other changes:
|
||||
# alternatively:
|
||||
from nsupdate.settings.prod import * # for production
|
||||
# after that, override whatever you need to override.
|
||||
|
||||
* improved docs about a sane settings setup
|
||||
* document postgreSQL setup
|
||||
* also support Python 2.6.x
|
||||
* for debugging, add django-debug-toolbar
|
||||
* for debugging, added django-debug-toolbar
|
||||
|
||||
|
||||
Release 0.5.0
|
||||
|
@ -3,3 +3,4 @@ Introduction
|
||||
============
|
||||
|
||||
.. include:: ../README.rst
|
||||
.. include:: ../CHANGES.rst
|
||||
|
@ -21,4 +21,3 @@ WWW_IPV6_HOST = 'ipv6.' + BASEDOMAIN # a host with ONLY a ipv6 address
|
||||
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
||||
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
|
||||
ALLOWED_HOSTS = [WWW_HOST, WWW_IPV4_HOST, WWW_IPV6_HOST]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user