lukerosiak / pysec

Parse XBRL filings from the SEC's EDGAR in Python
344 stars 147 forks source link

push deployment specific variables into gitignore'd local_settings.py #5

Closed jsfenfen closed 11 years ago

jsfenfen commented 11 years ago

Splits out the settings.py file into a settings.py and local_settings.py. Local_settings.py is in the .gitignore file, so is ignored, but I've added a local_settings.py-example file as, well, an example. This is less annoying to pull from