https://github.com/learncodingeasy/script_youtube
Script Youtube
https://github.com/learncodingeasy/script_youtube
Last synced: 10 months ago
JSON representation
Script Youtube
- Host: GitHub
- URL: https://github.com/learncodingeasy/script_youtube
- Owner: LearnCodingEasy
- License: other
- Created: 2024-10-08T02:16:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T07:29:40.000Z (about 1 year ago)
- Last Synced: 2025-01-24T00:37:18.593Z (12 months ago)
- Language: Python
- Size: 50 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Script_Youtube
# Django
- 🛠️ Modifications To Models File
```cmd
python manage.py makemigrations
```
- 📦 Modifications To The Database
```cmd
python manage.py migrate
```
- 📍 Run Project
```cmd
python manage.py runserver
```
# Vue
```cmd
npm run dev
```
```cmd
npm run build
```
# Vite Press
```cmd
npm run docs:dev
```