Giter VIP home page Giter VIP logo

study_django's Introduction

점프 투 장고 실습

웹 개발 입문을 위한 점프 투 장고 무작정 생각하며 따라하기
공부 기록 및 자세한 설명은 블로그 참고

버전 관리

Django는 Python과 버전 호환성이 있어 주의해야 한다. 이 프로젝트에서는 아래 버전들을 사용하기로 한다.

  • Python==3.10
  • Django==4.1

Django와 Python의 전체 버전 호환성은 아래표와 같다.(출처)

Django version Python versions
2.2 3.5, 3.6, 3.7, 3.8, 3.9
3.1 3.6, 3.7, 3.8, 3.9
3.2 3.6, 3.7, 3.8, 3.9, 3.10
4.0 3.8, 3.9, 3.10
4.1 3.8, 3.9, 3.10, 3.11

개발 서버 구동

아래 명령어로 개발 서버를 구동하고, 특정 포트를 할당할 수도 있다.

# basic command
> manage.py runserver

# port setting
> manage.py runserver [port_num]

별도로 포트를 설정하지 않으면 아래 주소의 로컬호스트로 개발 서버가 구동된다.

study_django's People

Contributors

djccnt15 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.