Skip to content

Create a new Django app to house all AI related functionality in Studio #4280

@akolson

Description

@akolson

Overview

To organize and manage all AI-related functionality within Studio, we need to create a new Django app dedicated to AI-related features, named automation.. The task involves setting up the new app, defining its structure, and ensuring proper integration within Studio.

Description and outcomes

  • Use the command python manage.py startapp automation to create the new Django app named automation.
  • Update the project's settings to include the automation app in the INSTALLED_APPS list. This update should be added to /contentcuration/contentcuration/dev_settings.py only.
  • Inside the automation app directory, create necessary subdirectories (e.g., models, views, services, utils) with their corresponding placeholder files to organize the app's code

Accessibility requirements

Not applicable

Acceptance criteria

  1. A new Django app named automation is created within Studio.
  2. The automation app is configured in the INSTALLED_APPS list in /contentcuration/contentcuration/dev_settings.py.
  3. The app's directory structure includes relevant subdirectories and placeholder files.

Resources

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions