Selasa, 14 April 2015

Create a new fresh django project

Hello readers,

to create a new django project is easy

first you have to install django. I used pip to install django

type: pip install django

and django will install to your machine (currently I have django version 1.7), by the way you have to install pip before

then create new django project

just type: django-admin startproject <project_name>

project_name = name of your own project

example: django-admin startproject mynewblog

it will create your new django project named mynewblog

Thanks

Tidak ada komentar:

Posting Komentar