How to migrate Django from SQLite to PostgreSQL Dump existing data: python3 manage.py dumpdata > datadump.json Change settings.py to Postgres backend. Make sure you can connect on PostgreSQL. Then:
Standalone Spark 2.0.0 with s3 ###Tested with: Spark 2.0.0 pre-built for Hadoop 2.7 Mac OS X 10.11 Python 3.5.2 Goal Use s3 within pyspark with minimal hassle.