Utilizing a third party application for GitHub in a django project
Posted
by
Smock
on Stack Overflow
See other posts from Stack Overflow
or by Smock
Published on 2012-10-12T21:59:34Z
Indexed on
2012/10/13
3:37 UTC
Read the original article
Hit count: 129
I'm trying to use a third party application located here:
git://github.com/Star2Billing/django-audiofield.git
I'm using Aptana Studio as my IDE. I created my project and then I clicked on the project and imported the app from the github location. It looked like it imported. I wanted to check that it imported properly before beginning any real coding so I performed manage.py validate
.
I got a message that stated: "No module named audiofield"
. I added the app to my Installed Apps settings and followed the installation instructions.
I'm not sure if I'm importing it incorrectly. Also, I'm using virtualenv
in Aptana. I'm not sure if this may have added to the problem.
Please help.
© Stack Overflow or respective owner