Skip to content

ahnlabcloudmatelabs/python_web_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install django

pip install django

create project

django-admin startproject {project_name}

create app

python manage.py startapp {appname}

create superuser

python manage.py createsuperuser

License

See LICENSE.

TEST

About

Devops 실습을 위한 파이썬 예제

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •