Skip to content

Instantly share code, notes, and snippets.

View sharifanani's full-sized avatar

Sharif Anani sharifanani

  • Duo Security
  • Ann Arbor, MI, USA
View GitHub Profile
@sharifanani
sharifanani / migrate-django.md
Created August 27, 2018 05:54 — forked from sirodoht/migrate-django.md
How to migrate Django from SQLite to PostgreSQL

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:

@sharifanani
sharifanani / gist:ac0c4279985f17bbe171eabdd5f7bc19
Created May 14, 2018 04:45 — forked from evildmp/gist:3094281
Set up Django, nginx and uwsgi

This document has now been incorporated into the uWSGI documentation:

http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html

Set up Django, nginx and uwsgi

Steps with explanations to set up a server using: