codenameyau / vagrant-boxes

:gift: Collection of vagrant boxes
2 stars 0 forks source link

Separate settings into appropriate components #3

Closed codenameyau closed 9 years ago

codenameyau commented 9 years ago

The goal is to create the following settings module with these components:

Package: __init.py__ Base settings: base.py Secrets settings: secrets.py Local development settings: local.py Production settings: production.py