Skip to content

urunimi/ddd-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddd-django

A Sample Project of DDD with python django

Python 언어로 작성된 DDD 샘플 프로젝트

Project 구조

디렉토리 설명
domain/article Article 도메인 정의 예시
article Article 도메인을 사용하는 서비스

Requirements

> pip3 install pip-tools
> pip3 install -r requirements.txt

Installed packages

Name Description
django Django Rest Framework
factory_boy For Unit tests
flake8 Lint
pylint-django Lint

How to create an app

> python3 manage.py startapp {{app_name}}

About

A Sample Project of DDD with python django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages