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

Uploaded Source

File details

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

File metadata

  • Download URL: codeless-django-0.0.16.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.16.tar.gz
Algorithm Hash digest
SHA256 31b94a95885eb057cbb18be9774b5a06178e6164dd031363df2cc14c0a5ca213
MD5 93b8301cab17a15ef7c528b5aa140382
BLAKE2b-256 84d3f5622d39c6f062835595ae3b8fb2c827acd03c822898c6fcd665ee96b7f8

See more details on using hashes here.

Provenance

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