Metadata-Version: 2.1
Name: django-start-automate
Version: 1.1.6
Summary: Prepare a new Django project quickly and automatically and more wonderful things that save you time By django start
Home-page: https://github.com/islam-kamel/django-start
Author: Islam Kamel
Author-email: islam.kamel@agr.svu.edu.eg
License: MIT
Keywords: django-start,django start,djngo start,django start project,django project,django automate,automate django,start,start automate,django build,django tools,automate start,djangostart,django_start,django-start-automate,django_start_automate,django start automate,django script,django cli,django tool,python cli,python tool,python tools,python script
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Terminals
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Django-Start

---
Prepare a new Django project quickly and automatically and more wonderful things that save you time By django start

![Repo Stars](https://img.shields.io/github/stars/islam-kamel/django-start?style=social) ![Platform Support](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20MacOs-green) ![Latest Version](https://img.shields.io/badge/Latest%20Version-1.0.4--beta-green) ![Downloads Count](https://img.shields.io/github/downloads/islam-kamel/django-start/total) ![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/islam-kamel/django-start)

---

### Installation

````shell
pip install django-start-automate
````

````shell
Usage: main.py [OPTIONS] PROJECT_NAME APP_NAME

  Prepare a new Django project quickly and automatically and, more wonderful
  things that save you time By django start

Options:
  -n, --name <LAMBDA>  Custom Environment Name
  -v, --virtualenv     Install Environment Is Deprecated
  -u, --url-path TEXT  Set Custom URL Path for your App
  --help               Show this message and exit.

````
**Success Install 🎊**

### Deprecated Options
- `-v, --virtualenv` Option is deprecated

### Build First Django Project
```shell
django-start project_name app_name
```

### Options
- `-n or -name` to set custom environment name
- `-u or --url-path` to set custom view url for your app

---
### django-version Command

```shell
Usage: django-version [OPTIONS]

Display current versio,
check new update and update django-start

Options:
  --update / --check-update TEXT
  --help         Show this message and exit.
```

### New
- `-u or --url-path` set custom view url for your app
- `django-version`  Display django-start version
- `django-version --check-update`  Check New Update Available
- `django-version --update`  update django-start

---
### Welcome to contribute ❤
### [PyPi](https://pypi.org/project/django-start-automate/) 🧑‍💻
