<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-skaschool.git/django_skaschool, branch master</title>
<subtitle>2014 China-New Zealand SKA Summer School Website
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/'/>
<entry>
<title>Added schedule.html template for app 'schedule'.</title>
<updated>2014-06-24T15:09:43+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T15:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=88c4fa2c87138d9f4707ad7193662953f9de725f'/>
<id>88c4fa2c87138d9f4707ad7193662953f9de725f</id>
<content type='text'>
* added 'schedule.views.ScheduleView'
* added 'schedule.html' template, with 'schedule.css' and 'schedule.js'
* added 'schedule.urls', updated django_skaschool.urls
* added tools/templatetags/dict_utils.py
* converted schedule models to south-based
* removed original 'page/templates/page/program.html', related urls
* updated navbar.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'schedule.views.ScheduleView'
* added 'schedule.html' template, with 'schedule.css' and 'schedule.js'
* added 'schedule.urls', updated django_skaschool.urls
* added tools/templatetags/dict_utils.py
* converted schedule models to south-based
* removed original 'page/templates/page/program.html', related urls
* updated navbar.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Added app schedule, tools and archive/templatetags; updated settings.</title>
<updated>2014-06-24T08:39:42+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T08:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=ed3d74e61300f91818eeff9dad7e9d35c556f75a'/>
<id>ed3d74e61300f91818eeff9dad7e9d35c556f75a</id>
<content type='text'>
* Added app 'schedule' to provides a more generic schedule page
* Added fake app 'tools' to holds generic utilities
* Moved notice/templatetags to tools/templatetags
* Small change to archive.models.Archive display format
* Added archive/templatetags
* Small update to introduction page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added app 'schedule' to provides a more generic schedule page
* Added fake app 'tools' to holds generic utilities
* Moved notice/templatetags to tools/templatetags
* Small change to archive.models.Archive display format
* Added archive/templatetags
* Small update to introduction page
</pre>
</div>
</content>
</entry>
<entry>
<title>Split SECRET_KEY from settings and update .gitignore.</title>
<updated>2014-06-23T12:54:00+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-23T12:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=232743f73148e0f2f5b32cb1e049643bb0f281d2'/>
<id>232743f73148e0f2f5b32cb1e049643bb0f281d2</id>
<content type='text'>
* Split 'SECRET_KEY' from settings
* Updated settings files
* Updated .gitignore settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split 'SECRET_KEY' from settings
* Updated settings files
* Updated .gitignore settings
</pre>
</div>
</content>
</entry>
<entry>
<title>Show latest import notice at index page.</title>
<updated>2014-06-03T03:28:12+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-03T03:28:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=dbdec551f234c6dfdb992184b715e9af8462433c'/>
<id>dbdec551f234c6dfdb992184b715e9af8462433c</id>
<content type='text'>
* added 'page.views.IndexView' for 'django_skaschool.urls
* updated 'index.html' to display notice at bottom
* added '.smallcaps' in 'index.css' for English title
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'page.views.IndexView' for 'django_skaschool.urls
* updated 'index.html' to display notice at bottom
* added '.smallcaps' in 'index.css' for English title
</pre>
</div>
</content>
</entry>
<entry>
<title>added "settings_email.py_sample"</title>
<updated>2014-05-24T12:03:30+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-24T12:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=a08c963a0c3aaf5054ef08cc5d8ec3dbdc5acdeb'/>
<id>a08c963a0c3aaf5054ef08cc5d8ec3dbdc5acdeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* enabled 'south' in 'INSTALLED_APPS'</title>
<updated>2014-05-20T08:54:06+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-20T08:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=40154f8351084f5f674cf3e7ea1e8b3bb65136a0'/>
<id>40154f8351084f5f674cf3e7ea1e8b3bb65136a0</id>
<content type='text'>
* added 'introspection_rules' of ContentTypeRestrictedFileField for south
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added 'introspection_rules' of ContentTypeRestrictedFileField for south
</pre>
</div>
</content>
</entry>
<entry>
<title>* added 'bootstrap-3.1.1' to static</title>
<updated>2014-05-04T06:21:59+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-05-04T06:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=1dff1d0b4bae3827223314d19fc2009dbc2c5706'/>
<id>1dff1d0b4bae3827223314d19fc2009dbc2c5706</id>
<content type='text'>
* updated 'settings' to serve bootstrap from local ('respond.js'
  required local css, otherwise extra configuration requires.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated 'settings' to serve bootstrap from local ('respond.js'
  required local css, otherwise extra configuration requires.)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated 'wsgi.py' to provide 'check_password' handler for mod_wsgi to work with apache2 user authentication</title>
<updated>2014-04-29T15:05:12+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T15:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=e4c677d83684d317e1e4d3c15904940f162944d8'/>
<id>e4c677d83684d317e1e4d3c15904940f162944d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modified 'wsgi.py': set DJANGO_SETTINGS_MODULE to settings_production</title>
<updated>2014-04-29T05:29:38+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-29T05:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=a2b75fd0ae62b484c3a7cc1205a1425a91b43533'/>
<id>a2b75fd0ae62b484c3a7cc1205a1425a91b43533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* updated settings with 'ALLOWED_HOSTS'</title>
<updated>2014-04-28T15:52:38+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-04-28T15:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=c3dd549d0001151333d1daf82a358b64a46fad29'/>
<id>c3dd549d0001151333d1daf82a358b64a46fad29</id>
<content type='text'>
* updated MEDIA_ROOT and STATIC_ROOT of settings_production.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated MEDIA_ROOT and STATIC_ROOT of settings_production.py
</pre>
</div>
</content>
</entry>
</feed>
