Metadata-Version: 2.3
Name: gitdjango
Version: 0.3.2
Summary: A git plugin to create a django setup
Author: Joe Siwiak
Author-email: joe@sunset-crew.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# Git Django

A plugin for git that build out django with poetry.


## Prerequisites

I didn't add these to the dependancies because I do plan to widen the tools that you can use. (pdm, uv, conda, pipenv, hatch). Currently this is poetry-based.

```sh
$ pip install poetry gitnextrelease
```

Git Next Release is a fun little tool for simpler git release management. I built it to manage it's own release without the need for a github, or gitlab, or ....


## Usage

```sh
usage: git-django [-h] [--no-remote] appname

positional arguments:
  appname      The name of the Django App

options:
  -h, --help   show this help message and exit
  --no-remote  Disable remote actions like pull and push
```

