# Django Scaffold Generator
This projects aim to provide Ruby on Rails like scaffolding on Django framework.
### Usage
```
python manage.py generatescaffold <app_name> <ModelName> "<field1>:<Field1Type>" "<field2>:<Field2Type>"
```
### Example:
```
python manage.py generatescaffold test_app TestModel "name:CharField" "description:TextField"
```
### Supported Fields
Refer `scaffold_generator/defaults.py:DEFAULT_FIELDS`
### License
This project is licensed under the MIT License - see the [License File](License.txt) file for details
### Credits
- https://github.com/modocache/django-generate-scaffold
- https://github.com/tokyodevs/django3scaffold
Raw data
{
"_id": null,
"home_page": "https://github.com/iamswaroopp/django-scaffold-generator",
"name": "django-scaffold-generator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "django, developement, scaffold_generator, startapp, rapid, rad, rapid application developmentpython",
"author": "Swaroop P",
"author_email": "iamswaroopp@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fc/9f/033c6203674c9c800cb2034950ff4198cb792eeebd600f308971d7ce0080/django_scaffold_generator-0.0.1.tar.gz",
"platform": null,
"description": "# Django Scaffold Generator\n\nThis projects aim to provide Ruby on Rails like scaffolding on Django framework.\n\n### Usage\n\n```\n\npython manage.py generatescaffold <app_name> <ModelName> \"<field1>:<Field1Type>\" \"<field2>:<Field2Type>\"\n\n```\n\n\n\n### Example:\n\n```\n\npython manage.py generatescaffold test_app TestModel \"name:CharField\" \"description:TextField\"\n\n```\n\n### Supported Fields\n\nRefer `scaffold_generator/defaults.py:DEFAULT_FIELDS`\n\n### License\n\nThis project is licensed under the MIT License - see the [License File](License.txt) file for details\n\n### Credits\n\n- https://github.com/modocache/django-generate-scaffold\n- https://github.com/tokyodevs/django3scaffold\n",
"bugtrack_url": null,
"license": "mit",
"summary": "Ruby on Rails like Scaffolding Provider for Django",
"version": "0.0.1",
"project_urls": {
"Bug Reports": "https://github.com/iamswaroopp/django-scaffold-generator/issues",
"Download": "https://github.com/iamswaroopp/django-scaffold-generator/archive/0.0.1.zip",
"Homepage": "https://github.com/iamswaroopp/django-scaffold-generator"
},
"split_keywords": [
"django",
" developement",
" scaffold_generator",
" startapp",
" rapid",
" rad",
" rapid application developmentpython"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a39bf9893f53d7e46b7589aadc5c14d681d6b1155232b7814762494ebb64b6cc",
"md5": "96e1d266cfe09aea62f85a0295ea4887",
"sha256": "6b6a59e3214c1fb5b2dad9c36e16a84d5d73ff506c73aa7483d8474081226ff7"
},
"downloads": -1,
"filename": "django_scaffold_generator-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "96e1d266cfe09aea62f85a0295ea4887",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 16870,
"upload_time": "2024-07-20T14:39:45",
"upload_time_iso_8601": "2024-07-20T14:39:45.124484Z",
"url": "https://files.pythonhosted.org/packages/a3/9b/f9893f53d7e46b7589aadc5c14d681d6b1155232b7814762494ebb64b6cc/django_scaffold_generator-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc9f033c6203674c9c800cb2034950ff4198cb792eeebd600f308971d7ce0080",
"md5": "dbb8be3f327fa32a2cfa63e09e5c3ad1",
"sha256": "eeedbb96d22174e4b08effd36ed57a9db53602c5e35bea597ec4c956cbd727cd"
},
"downloads": -1,
"filename": "django_scaffold_generator-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "dbb8be3f327fa32a2cfa63e09e5c3ad1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 10495,
"upload_time": "2024-07-20T14:39:46",
"upload_time_iso_8601": "2024-07-20T14:39:46.786656Z",
"url": "https://files.pythonhosted.org/packages/fc/9f/033c6203674c9c800cb2034950ff4198cb792eeebd600f308971d7ce0080/django_scaffold_generator-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-20 14:39:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "iamswaroopp",
"github_project": "django-scaffold-generator",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "django-scaffold-generator"
}