Metadata-Version: 2.3
Name: gitdjango
Version: 0.3.0
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.

## Usage


```
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
```

