diff --git a/docs/conf.py b/docs/conf.py index b74c8f2..ce8882b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ if not os.path.exists('../logs'): os.makedirs('../logs') -f = file('../logs/elections.log', 'w') +f = file('../logs/realestate.log', 'w') # -- General configuration ------------------------------------------------