Metadata-Version: 2.2
Name: kickstart-django-cli
Version: 0.1.0
Summary: A simple CLI tool to scaffold Django projects
Home-page: https://github.com/Remithrn/django-kickstart-cli
Author: Remith R Nair
Author-email: nair.remith@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: questionary
Requires-Dist: astor
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🚀 Django Kickstart

A **CLI tool** that helps you set up Django projects quickly and efficiently with options like **Django REST Framework**, **PostgreSQL**, and **Django Channels**.

## ✨ Features

- **Interactive CLI** for project creation
- Supports **Django + REST Framework**
- **PostgreSQL configuration** with prompts
- **Django Channels support** for real-time WebSockets
- Auto-generates **base templates** with TailwindCSS
- **Follows best practices** for Django project structure

## 🚀 Installation

Install Django Kickstart via pip:

```bash
pip install kickstart-django-cli
```

## 🚀 Usage

Run the CLI tool and follow the interactive prompts to configure your Django project:

```bash
kickstart-django
```

## ⚙️ Project Types Supported

| Type                   | Description                               |
| ---------------------- | ----------------------------------------- |
| Basic Django           | Standard Django setup                     |
| Django + Postgres      | Django with PostgreSQL database           |
| Django + RestFramework | Django with Django REST Framework         |
| Django + Channels      | Django with WebSockets for real-time apps |

## 📜 License

This project is licensed under the **MIT License**.

## 🛠 Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue on [GitHub](https://github.com/remithrn/django-kickstart-cli).

---

## 📝 License

This project is licensed under the **MIT License** - see the [LICENSE](./LICENSE) file for details.

---

Happy coding! 🚀
