From f5c84efd37085695732803b28d4a74cc05042e0e Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 6 Nov 2017 16:05:53 -0500 Subject: Rename config to config-example and allow it to be loaded if config does not exist. Define email settings in config. Remove Django admin from the Admin's Nav. --- app/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'app/.gitignore') diff --git a/app/.gitignore b/app/.gitignore index f543301..70e8d3e 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -2,3 +2,4 @@ db.sqlite3* media tmux.sh .ropeproject +config.yml -- cgit v1.2.3