Skip to content

Instantly share code, notes, and snippets.

View fpruitt's full-sized avatar

Forrest Pruitt fpruitt

  • Amazon Game Studios
  • Seattle, WA
View GitHub Profile
@dbrgn
dbrgn / mixins.py
Last active September 13, 2018 20:44
Moved to https://github.com/dbrgn/drf-dynamic-fields
@dmukhg
dmukhg / bootstrap.py
Created August 1, 2012 19:58
Bootstrapping script for django web-applications using 12 Factor principles http://dmulog.in/2012/08/01/12factor-django.html
#!/usr/bin/env python
"""
- Create a virtualenv in the directory containing this file.
- Activate the above virtualenv
- Install the dependencies for the app, as declared in
requirements.txt
"""
import os
@bennylope
bennylope / LICENSE
Last active August 17, 2023 10:44
Django manage.py file that loads environment variables from a .env file per Honcho/Foreman
Copyright the authors of Honcho and/or Ben Lopatin
Licensed for reuse, modification, and distribution under the terms of the MIT license