.. _settings_example: Settings Example ================ Below is a reference Django ``settings.py`` file for Django Globus Portal Framework. It contains the basics for running a new portal. .. note:: The project name used is ``myproject``, but this needs to be updated to the name you chose when running the initial ``django-admin startproject myproject`` command. .. literalinclude:: settings_example.py :language: python