Utilities for making it easier to work with Django REST Framework.
- Create and activate virtual environment in root folder:
python -m venv env
source env/bin/activate- Install requirements:
pip install -r requirements.txt -r requirements_dev.txt- After activating the virtual environment, run the command below to bundle library:
python setup.py sdist- Upload the tar file to the