Connor Johnson

Search
Skip to content
  • About

Monthly Archives: December 2017

Uncategorized

Set Up MySQL for a Django Application

December 31, 2017 cjohnson318

I wanted to store a variable list of things in a Django Model. One way to do that is to create another Model, another way is to use a JSON field in your current Django Model. Unfortunately, the default SQLite3 database does not support JSON fields, and you will need to set up a MySQL database.

Continue reading Set Up MySQL for a Django Application →

DjangoMySQLPython
Uncategorized

Using SASS with Django

December 31, 2017 cjohnson318

A few months ago I worked on a Rails application and got acquainted with SASS. I found that I really prefer using SASS over CSS to the extent that it’s worth the overhead of learning another tool’s quirks. Here, I’ll describe what worked for me using SASS with Django.

Continue reading Using SASS with Django →

DjangoPythonSass

Blog about math, programming, and data.

Recent Posts

  • Simple Deterministic Push Down Automata in Kotlin
  • Simple Finite State Machine in Kotlin
  • Add a Flask Worker in AWS Elastic Beanstalk
  • Checkerboard in Vue.js
  • The Barber Shop Problem in Go

Archives

  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • January 2018
  • December 2017
  • September 2017
  • June 2017
  • May 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

  • Agent Based Modeling
  • Angular
  • Arduino
  • AWS
  • Bash
  • Bayes
  • CoffeeScript
  • Data
  • Django
  • Docker
  • Excel
  • Express
  • Flask
  • forecasting
  • Fractal
  • Geostatistics
  • GIS
  • Git
  • Golang
  • JavaScript
  • jQuery
  • Kotlin
  • Kriging
  • LaTeX
  • Linux
  • Mac
  • Machine Learning
  • Math
  • MongoDB
  • MSSQL
  • MySQL
  • nimlang
  • Nimrod
  • Node
  • OS X
  • Pandas
  • Python
  • R
  • Sass
  • Statistics
  • SVG
  • Swift
  • Swift3
  • Vim
  • Windows
Proudly powered by WordPress