Browse Source

Starting on rest things

master
Raphael Roberts 7 years ago
parent
commit
655c4046ce
  1. 1
      requirements.txt
  2. 1
      restscrape/serializers.py

1
requirements.txt

@ -3,3 +3,4 @@ pyppeteer
requests
lxml
django
django-rest-framework

1
restscrape/serializers.py

@ -0,0 +1 @@
from rest_framework import serializers
Loading…
Cancel
Save