Metadata-Version: 2.1
Name: brady-django-template
Version: 0.1.1
Summary: A tool to create Django projects with a custom template.
Home-page: https://github.com/KyawKoKoTun/brady-django-template
Author: Kyaw Ko Ko Tun
Author-email: kyawkokotunmm475157@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django


## Usage

After installing the package, you can use the `brady-django-template` command to create a new Django project.

### Command Syntax

```bash

brady-django-template <project_name>

```

### Example

To create a Django project named `myproject` using the custom template, run:

```bash

brady-django-template myproject

```

This command will:

1. Create a new Django project named `myproject`.
2. Apply the custom settings from the `brady_django` template directory.
3. Replace placeholder values with the actual project name in the project's files.

## Requirements

-**Django**: The tool requires Django to be installed. Ensure you have Django installed in your environment.

## Custom Template

The tool uses a custom template located in the `brady_django` directory. Ensure this directory exists and contains the necessary files, including `settings.py`, `urls.py`, and any other files you want to include in the new project.

## Contact

For any questions or support, please contact:

-**Kyaw Ko Ko Tun**: [kyawkokotunmm475157@gmail.com](mailto:kyawkokotunmm475157@gmail.com)
