Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

startapp in pydev

Hi everyone i want to To write a Django view for the main page, and i know that first i need to create a Django application inside my project. I know that i should write the following: $ python manage.py startapp name , in a coomand line but my problem is that i don't know how can i do this into the pydev(eclipse). Does anybody knows?

 $ python manage.py startapp name
 filename contains-> __init__
                  ->forms
                  ->models
                  ->tests
                  ->views
like image 502
arnold leki Avatar asked Dec 03 '22 00:12

arnold leki


1 Answers

Right click on project root -> Django -> Create application (manage.py startapp).

like image 91
foki Avatar answered Dec 18 '22 08:12

foki