Skip to content

Instantly share code, notes, and snippets.

View bwarren2's full-sized avatar

Ben Warren bwarren2

  • Education Advisory Board
  • Washington, DC
View GitHub Profile
~/proj $ python manage.py showmigrations --plan
/app/.heroku/python/lib/python2.7/site-packages/kombu/utils/__init__.py:407: UserWarning: Module argparse was already imported from /app/.heroku/python/lib/python2.7/argparse.py, but /app/.heroku/python/lib/python2.7/site-packages is being added to sys.path
from pkg_resources import iter_entry_points
[X] players.0001_initial
[X] contenttypes.0001_initial
[X] auth.0001_initial
[ ] accounts.0001_initial
[X] accounts.0002_auto_20150420_1410
[X] admin.0001_initial
[ ] contenttypes.0002_remove_content_type_name
#Linux tutorial for nathaniel
## Ubuntu Overall
* ubuntu button => open general search (like spotlight)
* ubuntu + f => spotlight for files
* ubuntu + a => spotlight for applications
* hold ubuntu button => keyboard shortcuts
* `alt + <first letter of top bar menu options` => open menu option
<template>
<div id="app">
<img src="./assets/logo.png">
<h1>{{ msg }}</h1>
<h2>Essential Links</h2>
</template>
<script>
export default {
name: 'app',