.. _configuration:

Configuration
=============

To change the default configuration of the django-userthemes application, you 
can simply override the following default values in your settings file.

* ``DJUT_TEMPLATES_DIR`` is the base directory where the application will search 
  for THEMES_DIR, by default it's TEMPLATES_DIR[0]

* ``DJUT_THEMES_DIR`` indicates in which subdirectory themes will be searched 
  for, defaults to 'themes'

* ``DJUT_DEFAULT_THEME`` is the name of the default theme used. Initialized at 
  'default'

* ``DJUT_STATIC_URL`` is the url path for static content that webserver uses
  If you want to serve static content on http://my.domain.tld/static, put
  '/static'

