Skip to content

ncgcloudhub/apps-ai-trionx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apps-ai-trionx

AI Applications

appsai/ manage.py appsai/ init.py settings.py urls.py wsgi.py socialai/ init.py admin.py apps.py models.py views.py urls.py templates/ socialai/ scrape_website.html scrape_result.html generate_content.html generate_result.html generate_tags.html generate_tags_result.html static/

Run Migrations:

python manage.py migrate

Start the development server:

python manage.py runserver

Create a new Django app:

python manage.py startapp <app_name>

Create a new Django superuser:

python manage.py createsuperuser

Run tests for the Django app:

python manage.py test <app_name>

Generate database schema migrations:

python manage.py makemigrations

Apply database schema migrations:

python manage.py migrate

Collect static files:

python manage.py collectstatic

Access the Django shell:

python manage.py shell

Releases

No releases published

Packages

No packages published