sandikoprastyo / django-rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step 1: clone repository

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Step 2:

python manage.py runserver
python manage.py makemigrations
python manage.py migrate

#deactive venv

deactivate

#pip

pip list
pip freeze
pip freeze > requirements.txt

#step create new

pip install django
django-admin startproject {name project}
cd todo_project
python manage.py startapp {name module}

About


Languages

Language:Python 100.0%