Metadata-Version: 2.1
Name: easy-django-setup
Version: 0.1.4
Summary: Easy Django Setup Tool
Home-page: https://github.com/curl-kawsar/easy_django_setup
Author: Kawsar
Author-email: knownaskawsar@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/plain
Requires-Dist: click
Requires-Dist: Django
Requires-Dist: djangorestframework
Requires-Dist: django-allauth
Requires-Dist: django-redis
Requires-Dist: django-storages
Requires-Dist: cloudinary
Requires-Dist: drf-yasg

Easy Django Setup Tool by Kawsar
=================================

This CLI tool helps you set up a new Django project with various options.

Usage:
------
1. Install the CLI tool:
   pip install easy-django-setup

2. Run the CLI tool with the project name as an argument:
   easy-django-setup init <project_name>

3. Follow the prompts to include various options such as JWT authentication, token-based authentication, Google login, Redis setup, Docker setup, Swagger documentation, and creating a new app.

4. The tool will generate the Django project and configure it based on your inputs.

5. Navigate to the project directory and follow the instructions to get started:
   cd <project_name>
   Create a virtual environment and install dependencies.
   Run the development server: python manage.py runserver

6. Requirements:
asgiref
certifi
cffi
charset-normalizer
click
cloudinary
colorama
cryptography
Django
django-allauth
django-redis
django-storages
djangorestframework
idna
jwt
pycparser
redis
requests
six
sqlparse
tzdata
urllib3
