Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to create project in dijango-1.4

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.04k
    Comment on it

    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)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: