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


  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.15.tar.gz (26.4 kB view details)

Uploaded Source

File details

Details for the file codeless-django-0.0.15.tar.gz.

File metadata

  • Download URL: codeless-django-0.0.15.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for codeless-django-0.0.15.tar.gz
Algorithm Hash digest
SHA256 e2922671458907a92ac5e58c24b5c32ceb96be620b06f5741a6751e9f1e21efd
MD5 ed42018cf37f20734408e32cd02e981f
BLAKE2b-256 0ce3dee290b59f47d371ba3167acc0fc6043fcd89bd1d5a39b4ba7d498d52c7e

See more details on using hashes here.

Supported by

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