On Saturday, February 14, 2015 at 2:11:50 PM UTC-7, djangocharm2020 wrote:
>
> seem to be having issues with it one question if anyone has if you make a 
> new project from scratch do you still need to use the virtualenv to create 
> a project 
>

No, you don't need to use virtualenv with WebFaction's Django setup.

WebFaction's own Django documentation shows you how to create a new project 
within a Django installation installed via their control panel:

cd ~/webapps/name_of_django_install
./bin/django-admin.py startproject whatever

More information is available 
here: http://docs.webfaction.com/software/django/getting-started.html

Hope that helps!

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ac8f3166-9a37-47f4-8021-e6a464009784%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to