Files
Jose Diaz-Gonzalez 84367e1c16 fix: correctly handle injecting environment variables to deployment tasks
Also test that release tasks are invoked the correct environment.

Closes #3817
2020-08-31 15:01:14 -04:00

6 lines
85 B
Python

from django.apps import AppConfig
class AppMainConfig(AppConfig):
name = 'app'