Work Remotely
- 🚀 Activate Virtual Environment 🔋
env\Scripts\activate- Go To
cd work_remotely_django- Modifications To Models File
python manage.py makemigrations- Modifications To The Database
python manage.py migrate- Run Project
python manage.py runserver
python manage.py runserver 0.0.0.0:8000
- Go To
cd work_remotely_vuenpm run dev -- --host
npm run devnpm run build- Go To
cd project_docsnpm run docs:devgit add *git commit -m "Commit Explain Code"git push origin main