# quick-django
Create django project quickly single command with all necessary file like djnago app, urls.py, templates folder, static folder and add the default code in view.py,models.py,admin.py and create index.html
# How to use quick-django
### Step: 1
```python
pip install quick-django
```
### Step: 2
### Window
open cmd in your porject folder and run this command
```python
python -m quick-django myproject myproject_app
```
### Linux
open terminal in your porject folder and run this command
```python
python3 -m quick-django myproject myproject_app
```
### Configuration
```python
# setting.py
INSTALLED_APPS = [
....
'myproject_app',
]
```
# For Rest-Api
### Window
open cmd in your porject folder and run this command
```python
python -m quick-django myproject myproject_app --restapi
```
### Linux
open terminal in your porject folder and run this command
```python
python3 -m quick-django myproject myproject_app --restapi
```
### Configuration
```python
# setting.py
INSTALLED_APPS = [
....
'myproject_app',
'rest_framework'
]
```
Check Our Site : https://mefiz.com </br>
pypi site : https://pypi.org/project/quick-django/
Raw data
{
"_id": null,
"home_page": "",
"name": "quick-django",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,django,quick start django,quick django",
"author": "Momin Iqbal (Pakistan Dedov)",
"author_email": "<mefiz.com1214@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/6a/0b/7f784e3958830df007c2e885ed6bd02506b479f27ec24474b74057efab5f/quick-django-1.4.tar.gz",
"platform": null,
"description": "\r\n# quick-django\r\n\r\nCreate django project quickly single command with all necessary file like djnago app, urls.py, templates folder, static folder and add the default code in view.py,models.py,admin.py and create index.html\r\n\r\n# How to use quick-django\r\n### Step: 1\r\n```python\r\npip install quick-django\r\n```\r\n### Step: 2\r\n### Window\r\nopen cmd in your porject folder and run this command\r\n \r\n```python\r\npython -m quick-django myproject myproject_app \r\n```\r\n\r\n### Linux\r\nopen terminal in your porject folder and run this command\r\n \r\n```python\r\npython3 -m quick-django myproject myproject_app \r\n```\r\n\r\n### Configuration\r\n```python\r\n# setting.py\r\n INSTALLED_APPS = [\r\n ....\r\n 'myproject_app',\r\n \r\n ]\r\n\r\n```\r\n\r\n# For Rest-Api\r\n\r\n### Window\r\nopen cmd in your porject folder and run this command\r\n \r\n```python\r\npython -m quick-django myproject myproject_app --restapi\r\n```\r\n\r\n### Linux\r\nopen terminal in your porject folder and run this command\r\n \r\n```python\r\npython3 -m quick-django myproject myproject_app --restapi\r\n```\r\n\r\n### Configuration\r\n```python\r\n# setting.py\r\n INSTALLED_APPS = [\r\n ....\r\n 'myproject_app',\r\n 'rest_framework'\r\n \r\n ]\r\n\r\n```\r\n\r\n\r\nCheck Our Site : https://mefiz.com </br>\r\npypi site : https://pypi.org/project/quick-django/\r\n\r\n\r\n\r\n \r\n",
"bugtrack_url": null,
"license": "",
"summary": "quick-django save your time and increase your development speed in django project",
"version": "1.4",
"split_keywords": [
"python",
"django",
"quick start django",
"quick django"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6bb6ec760396cbd7c41ad6f686cf6b9d38f68a79e3bed0bb056d4072ad00431d",
"md5": "9d919f33916352ca7157ed11e735d38a",
"sha256": "aef353a5de65c2d3bab3e71c206ef97e154a92e6bf02f5dab6a91a4d7a3666a1"
},
"downloads": -1,
"filename": "quick_django-1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9d919f33916352ca7157ed11e735d38a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4309,
"upload_time": "2023-01-27T19:44:24",
"upload_time_iso_8601": "2023-01-27T19:44:24.353264Z",
"url": "https://files.pythonhosted.org/packages/6b/b6/ec760396cbd7c41ad6f686cf6b9d38f68a79e3bed0bb056d4072ad00431d/quick_django-1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a0b7f784e3958830df007c2e885ed6bd02506b479f27ec24474b74057efab5f",
"md5": "0c68d82a6a7365c86db4b0dd2786be05",
"sha256": "9602392b61784ebfe33543de2a7241bece86dd5bec8eaa7da0fc752e399ad976"
},
"downloads": -1,
"filename": "quick-django-1.4.tar.gz",
"has_sig": false,
"md5_digest": "0c68d82a6a7365c86db4b0dd2786be05",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3636,
"upload_time": "2023-01-27T19:44:26",
"upload_time_iso_8601": "2023-01-27T19:44:26.205401Z",
"url": "https://files.pythonhosted.org/packages/6a/0b/7f784e3958830df007c2e885ed6bd02506b479f27ec24474b74057efab5f/quick-django-1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-27 19:44:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "quick-django"
}