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

Uploaded Source

File details

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

File metadata

  • Download URL: codeless-django-0.0.13.tar.gz
  • Upload date:
  • Size: 15.3 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.13.tar.gz
Algorithm Hash digest
SHA256 531026673f332b196883e526aa033a4642e392d7eda27e9d6135e7bd41aef9a4
MD5 c9652bf3e0af21fce39f944ef86a7969
BLAKE2b-256 965aa10c5552c0cbfde58d7ead4e5da31d7ce08492685d2d997444b376e71aec

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