Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 533 Bytes

ServerSetup.md

File metadata and controls

26 lines (19 loc) · 533 Bytes

Server setup tutorial

tutorial

Sync modules

pipenv sync

Initialize

pip install pipenv==2018.5.18 

pipenv install --python 3.6

pipenv run django-admin startproject ydl_api

Install Django rest

pipenv install djangorestframework
pipenv install markdown       # Markdown support for the browsable API.
pipenv install django-filter  # Filtering support

pipenv run python manage.py runserver