In dijango-1.4 to create project in under django framwork use the below commands step by step :-
Step1- First you have to check your dijango framework in proparly worked or not.
Step2- Than Go to the django framwork location:
cd /home/sachin/Downloads/Django-1.4$
Step3- Than create the first dijnago project by using command given below
django-admin.py startproject DEMO (DEMO is your project name)
Step4- Than run server for dijango, first go to the project location:
cd /home/sachin/Downloads/Django-1.4/DEMO$ and than use this command given below
python manage.py runserver
and than show in browser it is worked.
0 Comment(s)