Django tests

Dmytro Savchenko March 10, 2015

I'm trying to run test for my django app using Bamboo. So I made script task with this code:

#!/usr/lib64/python2.6 python

python manage.py test

But I'm getting this error after trying to run a build:

 

Traceback (most recent call last):
  File "manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management

What am I doing wrong here? Thank you for your help and time.

 

Edit: Django is installed on my ec-2 aws.

1 answer

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 10, 2015

Hello Dmytro,

Bamboo doesn't support shebang in script task yet. See https://jira.atlassian.com/browse/BAM-13383 and https://jira.atlassian.com/browse/BAM-10320. You can add your vote and change your scripts to run correct python version without shebang usage

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events