Changeset View
Changeset View
Standalone View
Standalone View
studio/settings_common.py
| import pathlib | import pathlib | ||||
| import jinja2 | import jinja2 | ||||
| BASE_DIR = pathlib.Path(__file__).absolute().parent.parent | BASE_DIR = pathlib.Path(__file__).absolute().parent.parent | ||||
| # Application definition | # Application definition | ||||
| INSTALLED_APPS = [ | INSTALLED_APPS = [ | ||||
| 'assets', | 'static_assets', | ||||
| 'comments', | 'comments', | ||||
| 'common', | 'common', | ||||
| 'films', | 'films', | ||||
| 'subscriptions', | 'subscriptions', | ||||
| 'training', | 'training', | ||||
| 'looper', | 'looper', | ||||
| 'blender_id_oauth_client', | 'blender_id_oauth_client', | ||||
| 'pipeline', | 'pipeline', | ||||
| ▲ Show 20 Lines • Show All 171 Lines • Show Last 20 Lines | |||||