After going through the basic tutorials on django 1.5, I went on to the 
advanced tutorial on how to create reusable apps.

My OS is windows7 and I'm using virtualenv to create the virtual 
environments. I keep all the virtual environments for django in: 
C:\Users\light\django-projects

In the django-projects folder, I initially I ran the command: virtualenv 
--nosite-packages django-tutorial, then in that directory as suggested by 
the tutorial I created a django project called "mysite": 
C:\Users\light\django-projects\django-tutorial\Scripts\mysite

After going through the basics of the tutorial I had the poll app ready to 
be packaged as a resuable django app. Then I tried to install that app by 
following the instructions in "advanced tutorial on how to create reusable 
apps" tutorial.

The issue here is that when I run the command: setup.py install --user 
within "django-polls" app, polls app gets simply copied 
into: 
C:\Users\light\django-projects\django-tutorial\Scripts\django-polls\build\lib, 
but I expected it to be copied into the mysite django project.

How would I setup virtualenv so that when I'm install a django resuable 
app, it will automatically be copied into the correct django project?

I'd appreciate your help, thank you in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to