Skip to main content

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
  1. Add "codeless-django" to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [
        ...
        'codeless_django',
    ]
  1. Include the polls URLconf in your project urls.py like this::
    path('codeless-django/', include('codeless_django.urls')),
  1. 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.17.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codeless_django-0.0.17-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

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

Hashes for codeless_django-0.0.17.tar.gz
Algorithm Hash digest
SHA256 4f87b4fc4ee083b31ece47d3fb2c2674094178abe1c9c845a8d3812ce1712b8d
MD5 33d443d6b542a5c339977168349235bc
BLAKE2b-256 358d1f29292985a478ef9a42ad76af02ec667c5035c91221355813fcd854c040

See more details on using hashes here.

File details

Details for the file codeless_django-0.0.17-py3-none-any.whl.

File metadata

File hashes

Hashes for codeless_django-0.0.17-py3-none-any.whl
Algorithm Hash digest
SHA256 4f1282db0d801ccfe30891281d3169cd9b49c57ce2864d0f1ca092eb850a84f1
MD5 a7d04412663642ab9d5488eabcc9f36e
BLAKE2b-256 b166f68780a608be725dc21a68a4c0967ac89693dbe7b9312c2bd07e413220ec

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page