blog posts

databases (1) django (1) drupal (2) java (4) processing (7) wamp (1) yahoo pipes (1)

Sunday, 9 January 2011

Configure Django For Windows 7 part 2

Step 1
Now we have finished with basic setup lets create are first Project
python c:\pythonXX/lib/site-packages/django/bin/django-admin.py startproject myproject (the reason that i have put xx is that the vision that you are using might be different to my version of python
Step 2
now lets start our server 
load this up by going to the dev directory of your project eg my project
python manage.py runserver

No comments:

Post a Comment

Popular Posts