Metadata-Version: 2.1
Name: django-default
Version: 0.0.1
Summary: A Django project structure generator
Home-page: https://github.com/JahongirHakimjonov
Author: Jahongir Hakimjonov
Author-email: jahongirhakimjonov@gmail.com
Keywords: django project structure generator
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: alive_progress
Requires-Dist: colorama
Requires-Dist: black
Requires-Dist: djangorestframework
Requires-Dist: djangorestframework-simplejwt
Requires-Dist: drf-spectacular
Requires-Dist: drf-spectacular-sidecar
Requires-Dist: Django
Requires-Dist: django-jazzmin
Requires-Dist: gunicorn
Requires-Dist: pillow
Requires-Dist: psycopg2-binary
Requires-Dist: python-dotenv
Requires-Dist: django-modeltranslation
Requires-Dist: django-ckeditor-5
Requires-Dist: django-cors-headers
Requires-Dist: django-rosetta
Requires-Dist: PyJWT
Requires-Dist: django-unfold

# Shinzo Test

Django Default is a Django project structure generator that simplifies the process of setting up new Django projects. It automates the cloning of a predefined Django project structure from a GitHub repository, enabling developers to start their projects with a solid foundation.

## Features

- Automates the cloning of a Django project structure.
- Customizable to fit specific project needs.
- Streamlines the initial setup process for Django projects.

## Installation

Install Shinzo Test using pip:

```bash
pip install django-default
```

## Usage

To generate a new Django project structure, execute the following command:

```bash
shinzo
```

This command clones the predefined Django project structure into your current working directory.

## Contributing

Contributions are welcome! If you have suggestions for improving Shinzo Test, please open an issue or submit a pull request.

## License

Shinzo Test is released under the MIT License. See the LICENSE file in the project repository for more information.

## Acknowledgments

- Thanks to all contributors who have helped to improve Shinzo Test.
- Special thanks to Jahongir Hakimjonov for creating and maintaining this project.
