Ruby on Rails like Scaffolding Provider for Django
Project description
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 file for details
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_scaffold_generator-0.0.1.tar.gz.
File metadata
- Download URL: django_scaffold_generator-0.0.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeedbb96d22174e4b08effd36ed57a9db53602c5e35bea597ec4c956cbd727cd
|
|
| MD5 |
dbb8be3f327fa32a2cfa63e09e5c3ad1
|
|
| BLAKE2b-256 |
fc9f033c6203674c9c800cb2034950ff4198cb792eeebd600f308971d7ce0080
|
File details
Details for the file django_scaffold_generator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_scaffold_generator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b6a59e3214c1fb5b2dad9c36e16a84d5d73ff506c73aa7483d8474081226ff7
|
|
| MD5 |
96e1d266cfe09aea62f85a0295ea4887
|
|
| BLAKE2b-256 |
a39bf9893f53d7e46b7589aadc5c14d681d6b1155232b7814762494ebb64b6cc
|