Skip to content

lux600/lec_django_1_10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

파이썬 장고 기본 셋팅

Git hub

  • …or create a new repository on the command line
git init
git add .
git commit -m "first commit"
git remote add origin git@github.com:lux600/lec_django_1_10.git
git push -u origin master
  • …or push an existing repository from the command line
git remote add origin git@github.com:lux600/lec_django_1_10.git
git push -u origin master

참고 사이트

About

lec django 1.10 자료

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages