Skip to main content

CLI Tool to generate content for all files in a django app directory including all the templates with the help of OpenAI Models

Project description

Assisted Django

A CLI Tool to generate content for all files in a django app directory including templates with the help of openai models

This script would generate the following files for you:

  • models.py
  • views.py
  • urls.py
  • admin.py
  • tests.py
  • forms.py
  • signals.py
  • HTML templates

Meant to be run after the startapp command

Installation

pip install assisted-django

Usage
  1. Make a django project and create a new app as usual
  2. Run python -m assisted_django in the same level as manage.py
  3. CLI will guide you through the rest of the process

Additional Notes

  • Set the OPENAI_API_KEY in your .env file
  • This script will overwrite the existing app directory files
  • The CLI will confirm with the full file path before taking any action
  • Write better briefs to get better results

Some More Context

  • We prefer class based generic views
  • We utilize django-crispy-forms with bootstrap4
  • Html templates utilize bootstrap4

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

assisted_django-0.2.7.tar.gz (14.8 kB view hashes)

Uploaded Source

Built Distribution

assisted_django-0.2.7-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

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