Display the supported configurations
This commit is contained in:
+3
-2
@@ -5,11 +5,10 @@ import databases as database
|
||||
import webservers as webserver
|
||||
import platforms as platform
|
||||
import django
|
||||
from conf import setup_environment
|
||||
from conf import setup_environment, print_supported_configs
|
||||
|
||||
setup_environment()
|
||||
|
||||
|
||||
print(white('\n\n ######## ', bold=True))
|
||||
print(white(' ######## ', bold=True))
|
||||
print(white(' ### ### ', bold=True))
|
||||
@@ -25,6 +24,8 @@ print(white('############# #############', bold=True))
|
||||
|
||||
print(white('\nMayan EDMS Fabric installation file\n\n', bold=True))
|
||||
|
||||
print_supported_configs()
|
||||
|
||||
|
||||
@task(default=True)
|
||||
def install():
|
||||
|
||||
Reference in New Issue
Block a user