I’d like to iterate through the INSTALLED_APPS in my Django settings file like so:
@task
def test_app
print settings.INSTALLED_APPS
How do I access my settings file in a fabfile?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s documented: http://docs.fabfile.org/en/latest/api/contrib/django.html