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
Release files for django-scaffold-generator 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_scaffold_generator-0.0.1.tar.gz | 10.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_scaffold_generator-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.4 kB
Release files / django_scaffold_generator-0.0.1.tar.gz
| Download URL | django_scaffold_generator-0.0.1.tar.gz |
|---|---|
| Size | 10.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eeedbb96d22174e4b08effd36ed57a9db53602c5e35bea597ec4c956cbd727cd
|
|
BLAKE2b-256 checksum How to use checksums |
fc9f033c6203674c9c800cb2034950ff4198cb792eeebd600f308971d7ce0080
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.19
|
Release files / django_scaffold_generator-0.0.1-py3-none-any.whl
| Download URL | django_scaffold_generator-0.0.1-py3-none-any.whl |
|---|---|
| Size | 16.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6b6a59e3214c1fb5b2dad9c36e16a84d5d73ff506c73aa7483d8474081226ff7
|
|
BLAKE2b-256 checksum How to use checksums |
a39bf9893f53d7e46b7589aadc5c14d681d6b1155232b7814762494ebb64b6cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.19
|