Skip to content

Commit

Permalink
Merge pull request #15 from limed/master
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
uberj committed Apr 12, 2012
2 parents 98736b6 + df56fd4 commit 8666787
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ pip install -r requirements/compiled.txt
Sphinx Docs
===========
```
aptitude install pytho-sphinx
aptitude install python-sphinx
cd /data/cyder/docs
make html
```
Expand Down
2 changes: 1 addition & 1 deletion cyder/settings/base.py
Expand Up @@ -59,7 +59,7 @@
'django.contrib.messages',
# Application base, containing global templates.
#'django.contrib.staticfiles',
'haystack',
#'haystack',
'cyder.base',
'cyder.search',
'cyder.cysearch',
Expand Down
2 changes: 1 addition & 1 deletion docs/README.mkd
Expand Up @@ -72,7 +72,7 @@ Printing Group declarations
print "}"


# Santiy Checks
# Sanity Checks
* All dyn registrations should be tied to a _dynamic_ range.
* Once a domain has an SOA, all subdomains should have the same SOA ... kind of. A domain can start a new soa, but the soa has to "trickle down"
* A mac ip pair is unique. This will need to be enforced across a join since a mac's ip is a referece within an A record.

0 comments on commit 8666787

Please sign in to comment.