GETTING START SIMPLE CRUD USING DJANGO

  • With conda
conda activate py-1
  • With env
python venv py-1
  • install djungle
pip install django
  • Go inside the folder
cd rattlesnake
  • Run Migrations
python manage.py makemigrations
python manage.py migrate
  • Run server!
python manage.py runserver
python manage.py createsuperuser