You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing DRF:
Run pip install djangorestframework in the same virtual environment as the one you installed Django in.
Speaker Bio
I'm Aditya, a full stack developer and a seasoned participant at various hackathons. My team has been a winner at SIH, IRSC Bosch Hackathon, IITK Embedded ECDC and various others. I lead the software and management divisions of Robogyan, the technical society of my college with over 450 members. In addition to this, I've successfully run an IDH startup in the past.
The text was updated successfully, but these errors were encountered:
Abstract
The hands on workshop will guide the attendees through basics of developing a RESTful API using Django Rest Framework.
About
The workshop is broken down into the following modules
Pre-requisites
Tools and Libraries
Python
Django
DRF
Curl
I'd post the installation steps soon.
Expected duration
1 hour 15 minutes
Level
Beginner
Resources
Installing Python: https://realpython.com/installing-python/
Installing pip (needed for Linux and macOS[I suppose]) : https://www.shellhacks.com/python-install-pip-mac-ubuntu-centos/
Installing Django:
https://www.digitalocean.com/community/tutorials/how-to-install-django-and-set-up-a-development-environment-on-ubuntu-16-04
Installing DRF:
Run
pip install djangorestframework
in the same virtual environment as the one you installed Django in.Speaker Bio
I'm Aditya, a full stack developer and a seasoned participant at various hackathons. My team has been a winner at SIH, IRSC Bosch Hackathon, IITK Embedded ECDC and various others. I lead the software and management divisions of Robogyan, the technical society of my college with over 450 members. In addition to this, I've successfully run an IDH startup in the past.
The text was updated successfully, but these errors were encountered: