Steven Mercatante

Steven Mercatante

1 post tagged with "django"

View all tags

    Using environment specific settings in a Django project

    When you start a new Django project using the django-admin startproject helper, it automatically generates a settings.py module for you. This is great when you want to start developing quickly, but you'll want to change this as soon as you're ready to deploy to a production server. Ideally you… Read