Issue
I installed python using: brew install python
and then eventually pip install Django
. However when I try to run django-admin.py startproject test
I just get a file not found. What did I forget?
Solution
Here's a gist to install django within a virtualenv and to create a project in a single step.
Note: You can use it for setting up your development environment. For production, check out this post.
Answered By - Pramod
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.