Added CLI module to set up project for attract.

This commit is contained in:
2016-08-31 11:32:17 +02:00
parent bd4055a8ea
commit 4ad33731bd
7 changed files with 279 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ class AttractExtension(PillarExtension):
:rtype: dict
"""
# Just so that it registers the management commands.
from . import cli
return {}
def eve_settings(self):