Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from OpenDataServices/database
Browse files Browse the repository at this point in the history
Start database page with table names
  • Loading branch information
odscjames authored May 11, 2018
2 parents 7975860 + 716632a commit 9cedd95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [Notes about Open Data Services Python Code](code-python.md)
* [Debugging Python Code](debugging-python-code.md)
* [Front End Development](front-end-development.md)
* [Database](database.md)
* [Security considerations](security.md)
* [Deployment](deployment.md)
* [Page Load Speed](page-load-speed.md)
Expand Down
8 changes: 8 additions & 0 deletions database.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Database

## Schema Design

Table names are singular. (eg "record" not "records")

(This is Django's default behaviour around model names.)

0 comments on commit 9cedd95

Please sign in to comment.