Code Monkey home page Code Monkey logo

blog-django-backend's Introduction

likelion blog

웹 프로그래밍 동아리 멋쟁이 사자처럼에서 실습한 장고 프로젝트입니다.

image

장고를 이용해 일반적인 블로그를 만들어 보았습니다.

주요 기능

-CRUD의 구현

-탬플릿 상속과 앱 분리

-계정 관련 기능 구현

-페이지네이터 구현

-검색기능 구현

설치 방법

IDE는 VS Code를 기준으로 합니다.

깃에서 초기 파일을 내려 받는 방법 (VS code에서 빈 폴더 생성 후)

$ git clone https://github.com/bosungpark/Likelion_blog.git

가상환경 생성하기 및 켜기

$ cd django
$ python3 -m venv myvenv
$ source myvenv/bin/activate      //Mac
$ source myvenv/scripts/activate  // Windows

확인 및 실행

$ cd django/modelprojest
$ python manage.py runserver

사용 예제

1.자유롭게 글을 쓰고 삭제 및 수정을 할 수 있다.

2.원하는 게시물을 검색할 수 있다.

3.로그인 및 회원가입 기능을 이용할 수 있다.

개발 환경 설정

별도의 환경설정을 할 필요 없음

업데이트 내역

  • 0.0.1
    • 작업 진행 중

정보

블로그에서 영상 확인하기 @click

이메일: [email protected]

기여 방법

  1. (https://github.com/yourname/yourproject/fork)을 포크합니다.
  2. (git checkout -b feature/fooBar) 명령어로 새 브랜치를 만드세요.
  3. (git commit -am 'Add some fooBar') 명령어로 커밋하세요.
  4. (git push origin feature/fooBar) 명령어로 브랜치에 푸시하세요. 
  5. 풀 리퀘스트를 보내주세요.

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.