GithubHelp home page GithubHelp logo

django-smartsettings's Introduction

django-smartsettings 0.1.0
Advanced development/production settings manager for Django.

Consult the docs at http://docs.django-smartsettings.com/latest

-------------------------------------

Developers should never have to worry before running anything on their machines.
It should never run on production database by accident.

On the other hand production often need a different set of middlewares or configs.
These need to be tested as well. By developers.

Never run on Production by accident and never run Production on your local settings ever again.
But do anything you want if you want to. Easily.

-------------------------------------

By default we define 2 environments: production and dev.

You can define as many environments as you want.
E.g. staging is the usual choice.

-------------------------------------

Switching environments is as easy as executing:
export ENV_FLAVOUR=PRODUCTION

When you close your terminal window, your shell session will start from the scratch
and you will be running on DEV again.

No mistakes!

-------------------------------------

This version has been tested and is completely compatible with the latest
Django trunk (1.5).

It is probably compatible with Django >=1.0.

-------------------------------------

This library solves the problem of managing multiple settings for development,
staging, production and any other type of environment you can think of.

Designed for DVCS development, handles local settings for each developer.

Django-Environments supports the right configuration pattern:
  – type of environment defined in ENV
  – never run on Production by accident – we default to Development
  – local settings are easily .gitignore'd

django-smartsettings's People

Contributors

ppeczek avatar tkopczuk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ppeczek

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.