Skip to content

Instantly share code, notes, and snippets.

View pimchest's full-sized avatar

pimchest pimchest

  • @mention
  • Russia
View GitHub Profile
@thousandlemons
thousandlemons / how-to-connect-django-to-remote-mysql.md
Created November 1, 2016 09:06
How to Connect Django to Remote MySQL

How to Connect Django to Remote MySQL

==[ONLY for Ubuntu]== Install libmysqlclient-dev

$ sudo apt-get install libmysqlclient-dev

Install mysqlclient.