<feed xmlns='http://www.w3.org/2005/Atom'>
<title>edu-net, branch set-up-database</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/'/>
<entry>
<title>README: Add a note to source your virtualenv</title>
<updated>2015-02-01T02:13:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-01T02:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=f0df9efaaf56b35c7b41d818bfa6f09b7aceb38e'/>
<id>f0df9efaaf56b35c7b41d818bfa6f09b7aceb38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2015-02-01T00:51:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-01T00:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=d593b8dc21719d07ada55153f13811a7d936c887'/>
<id>d593b8dc21719d07ada55153f13811a7d936c887</id>
<content type='text'>
Include setup instructions and instructions for running the app.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include setup instructions and instructions for running the app.
</pre>
</div>
</content>
</entry>
<entry>
<title>app.py: Add debug config</title>
<updated>2015-02-01T00:32:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-02-01T00:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=d1e07a1ce6a2c033ffb13d93ce39e84d959771f2'/>
<id>d1e07a1ce6a2c033ffb13d93ce39e84d959771f2</id>
<content type='text'>
If we don't have an app environment variable set, assume we're in the
development environment and set debug=True.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we don't have an app environment variable set, assume we're in the
development environment and set debug=True.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Interest models</title>
<updated>2015-01-31T23:17:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-31T23:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=0a730ea1962522bf5fb2db41a87ac172dc51750e'/>
<id>0a730ea1962522bf5fb2db41a87ac172dc51750e</id>
<content type='text'>
Two new models:
* Interest
* UserInterest (through model)

These allow us to record interests/passions and associate them with
users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two new models:
* Interest
* UserInterest (through model)

These allow us to record interests/passions and associate them with
users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create Makefile</title>
<updated>2015-01-31T22:55:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-31T22:55:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=7476e4c756b41407387f025ba4478e1b80fb8065'/>
<id>7476e4c756b41407387f025ba4478e1b80fb8065</id>
<content type='text'>
Include a target to delete *.pyc files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a target to delete *.pyc files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add database &amp; user models</title>
<updated>2015-01-31T22:55:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-31T22:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=f5115419d305c743a8df615c4cf16dcb07642062'/>
<id>f5115419d305c743a8df615c4cf16dcb07642062</id>
<content type='text'>
* Database courtesy of Flask-SQLAlchemy
* User models from Flask-User
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Database courtesy of Flask-SQLAlchemy
* User models from Flask-User
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: Add *.pyc &amp; database</title>
<updated>2015-01-31T22:53:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-31T22:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=e15643dd00d14e271d389a9a27f3fd0ae130981e'/>
<id>e15643dd00d14e271d389a9a27f3fd0ae130981e</id>
<content type='text'>
Ignore compiled Python files and sqlite database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore compiled Python files and sqlite database.
</pre>
</div>
</content>
</entry>
<entry>
<title>requirements.txt: Add 'flask-user'</title>
<updated>2015-01-26T05:11:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-26T05:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=7948883035b7f256ff5b3a1884269a419247670d'/>
<id>7948883035b7f256ff5b3a1884269a419247670d</id>
<content type='text'>
Let it do the work of user and session management for us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let it do the work of user and session management for us.
</pre>
</div>
</content>
</entry>
<entry>
<title>requirements.txt: Add Flask-SQLAlchemy</title>
<updated>2015-01-26T04:10:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-26T04:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=378c283b1354ebd7f797f98073a5483353603a6e'/>
<id>378c283b1354ebd7f797f98073a5483353603a6e</id>
<content type='text'>
Database hooks for Flask.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Database hooks for Flask.
</pre>
</div>
</content>
</entry>
<entry>
<title>app.py: Remove unnecessary comment</title>
<updated>2015-01-26T03:54:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-01-26T03:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/edu-net/commit/?id=cfc3e1ceb699a5c030a026f5484c1fa6a8121049'/>
<id>cfc3e1ceb699a5c030a026f5484c1fa6a8121049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
