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
pip install codeless-django
- 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
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 codeless_django-0.0.17.tar.gz.
File metadata
- Download URL: codeless_django-0.0.17.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f87b4fc4ee083b31ece47d3fb2c2674094178abe1c9c845a8d3812ce1712b8d
|
|
| MD5 |
33d443d6b542a5c339977168349235bc
|
|
| BLAKE2b-256 |
358d1f29292985a478ef9a42ad76af02ec667c5035c91221355813fcd854c040
|
File details
Details for the file codeless_django-0.0.17-py3-none-any.whl.
File metadata
- Download URL: codeless_django-0.0.17-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f1282db0d801ccfe30891281d3169cd9b49c57ce2864d0f1ca092eb850a84f1
|
|
| MD5 |
a7d04412663642ab9d5488eabcc9f36e
|
|
| BLAKE2b-256 |
b166f68780a608be725dc21a68a4c0967ac89693dbe7b9312c2bd07e413220ec
|