Hi everyone, I want to write a Django view for the main page, and I know that I need to create a Django application inside my project first. I know that I should write the following: $ python manage.py startapp name, in the coomand line, but my problem is that I do not know how to do this in pydev (eclipse). Somebody knows?
$ python manage.py startapp name filename contains-> __init__ ->forms ->models ->tests ->views
source share