Skip to content

billy0402/django-rest-project-template

 
 

Repository files navigation

django-rest-project-template

My Django REST project template.

Development environment

Installation

$ make install

Getting Started

$ cp .devcontainer/.env.example .devcontainer/.env

$ make dev-services-up

$ cp server/settings/.env.example server/settings/.env

$ make dev-server

Lint

# style checking
$ make lint

# type checking
$ make typecheck

Testing

$ make test

Build

$ make build

Bugs and suggestions

If you have found a bug or have a request for additional functionality, please use the issue tracker on GitHub.

https://github.com/billy0402/django-rest-project-template/issues

License

Released under MIT by @billy0402.

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.3%
  • Makefile 11.9%
  • Dockerfile 11.0%
  • Shell 2.8%