A Django app to create django apps, models, urls, views , api-views, documentation in a single click
Project description
CodeLess-Django
CodeLess-Django is a Django app to develop django apps without writing code. Developers can create apps and models from a web page where all the models field types and options are placed in front of developers eyes . CodeLess-Django will take care of adding apps to settings file, creating generic views and api views etc. Detailed documentation is in the "docs" directory.
Quick start
- Add "codeless-django" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'codeless_django',
]
- Include the polls URLconf in your project urls.py like this::
path('codeless-django/', include('codeless_django.urls')),
- Start the development server and visit http://127.0.0.1:8000/codeless-django/ to create apps and models.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codeless-django-0.0.14.tar.gz
(26.1 kB
view details)
File details
Details for the file codeless-django-0.0.14.tar.gz
.
File metadata
- Download URL: codeless-django-0.0.14.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5e9ebb9c2b74572b38d5850f7cad12b0dd21edd4e3865a813a6b6f15f345e81 |
|
MD5 | 283dc8ed10e65a525d1bcef8af3d115c |
|
BLAKE2b-256 | e3328161b7dbb2a52414e403fda7c45e94fd2095f13899ed694aacdeecde26f8 |