Commit 48a63aeed52059b8f15be329ec535815ccaaef99

Authored by Gust
1 parent 43c65b66

Add default_app_config to gitlab

Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
colab/proxy/gitlab/__init__.py
... ... @@ -0,0 +1,2 @@
  1 +
  2 +default_app_config = 'colab.proxy.gitlab.apps.ProxyGitlabAppConfig'
... ...