Skip to content

Instantly share code, notes, and snippets.

View natea's full-sized avatar

Nate Aune natea

View GitHub Profile
Environment:
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.4.1
Python Version: 2.7.6
Installed Applications:
['mezzanine.boot',
Environment:
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.4.1
Python Version: 2.7.6
Installed Applications:
['mezzanine.boot',
Environment:
Request Method: GET
Request URL: http://localhost:8000/
Django Version: 1.4.1
Python Version: 2.7.6
Installed Applications:
['mezzanine.boot',
@natea
natea / Teaching and Learning to Code.md
Last active August 29, 2015 13:57
Teaching and Learning to Code

Moderator: Nate Aune

Audience: If you are learning to code or teaching others how to code, or just interested in education this talk is for you

Objectives

The main objective of this session is to shine light on the amazing work that members of the Python community are doing to teach the next generation of Python programmers. My hope is that their stories will provide inspiration for others to do the same. If attendees are already teaching, this session will likely lead to an enlightened discussion about best practices.

Description

Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.__dict__)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
➜ smallslive git:(master) ✗ ./manage.py migrate_user_data ~/Downloads/smallsliveusers.txt
Traceback (most recent call last):
File "./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.__dict__)
➜ smallslive git:(master) ✗ ./manage.py migrate_user_data ~/Downloads/smallsliveusers.txt
Traceback (most recent call last):
File "./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.__dict__)
+ ./manage.py migrate_user_data /Users/nateaune/Downloads/smallsliveusers.txt
Traceback (most recent call last):
File "./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/nateaune/.virtualenvs/smallslivewebsite/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.__dict__)
➜ smallslive git:(master) ✗ sh recycledb.sh
+ dropdb smallslive
+ createdb smallslive
+ ./manage.py syncdb
Syncing...
Creating tables ...
Creating table django_admin_log
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Environment:
Request Method: GET
Request URL: http://localhost:8000/admin/artists/artist/2156/?_changelist_filters=instruments__id__exact%3D57
Django Version: 1.6.2
Python Version: 2.7.6
Installed Applications:
('django.contrib.admin',