Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 2.88 KB

README_EN.md

File metadata and controls

65 lines (49 loc) · 2.88 KB

ClanEver DRF Template

A simple drf template. Initialize a Django project skipping steps such as rye init and django-admin startproject xxx.

Powered by cookiecutter and rye

Integration

Utility Libraries

Usage

  1. Install rye

  2. Use rye to install cookiecutter

    rye install cookiecutter --extra-requirement jinja2-strcase
  3. Use this template

    cookiecutter https://github.com/ClanEver/clanever-drf-template.git
  4. Change settings.py then run in dev

    # make migrations and migrate
    rye run dev_mnm
    # runserver
    rye run dev
  5. [Optional] Use app template

    rye run startapp
    # or
    cookiecutter https://github.com/ClanEver/clanever-drf-app-template.git

Relation

clanever-drf-app-template

License

MIT