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.3.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.3-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

Details for the file codeless_django-0.0.3.tar.gz.

File metadata

  • Download URL: codeless_django-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 d1796b9de978c282595125e902bb5c023a3089779b3a099a7c2c9b5c8705a495
MD5 e4046c5114e1a53c1d87d300230c5913
BLAKE2b-256 117dcfa5a5955eebc47ff8be5ead4df63ea909656dca5ff42bf8844bc62067ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for codeless_django-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0827cf1ae832cedb3e898f9619b63e836eb31acf4bceb28e3e69f49720f37cb1
MD5 b9a82b4a3e857c6c64c56fce5c3b6b7b
BLAKE2b-256 f8d99dd32a084e09afe8a1280dda96e1f6cd38ef542d680f99908db489814a24

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