<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-skaschool.git, 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>Update NOTES.txt about dumpdata arguments.</title>
<updated>2014-06-25T05:38:35+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-25T05:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=2ff96ef814d1c0e4dc3464418290236797bae038'/>
<id>2ff96ef814d1c0e4dc3464418290236797bae038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated zh_CN messages.</title>
<updated>2014-06-25T04:51:09+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-25T04:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=7e4bb19c27a0d27f87bd59c297bbfab6a064615d'/>
<id>7e4bb19c27a0d27f87bd59c297bbfab6a064615d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated traffic page with new images</title>
<updated>2014-06-25T04:38:17+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-25T04:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=f2e55b18c6b08dd5bb7ce0d04d5f2a5ecc54b98c'/>
<id>f2e55b18c6b08dd5bb7ce0d04d5f2a5ecc54b98c</id>
<content type='text'>
* Added sjtu_tuoxie_02.jpg and sjtu_xueshu_02.jpg images
* Small fix to schedule.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added sjtu_tuoxie_02.jpg and sjtu_xueshu_02.jpg images
* Small fix to schedule.html
</pre>
</div>
</content>
</entry>
<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>Fixed a problem with OverwriteStorage.</title>
<updated>2014-06-24T09:50:49+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T09:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=af609a29bee3bc17800cf061c66b6eabcf18234f'/>
<id>af609a29bee3bc17800cf061c66b6eabcf18234f</id>
<content type='text'>
OverwriteStorage should be called as:
FileField(..., storage=OverwriteStorage(),...)
                                       ^^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OverwriteStorage should be called as:
FileField(..., storage=OverwriteStorage(),...)
                                       ^^
</pre>
</div>
</content>
</entry>
<entry>
<title>Added app schedule.</title>
<updated>2014-06-24T09:14:18+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T09:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=c5997ab8c15537a4744f80c7c9ce2b177d708939'/>
<id>c5997ab8c15537a4744f80c7c9ce2b177d708939</id>
<content type='text'>
* Added app schedule, largely based on 'notice' app
* TODO: views and templates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added app schedule, largely based on 'notice' app
* TODO: views and templates
</pre>
</div>
</content>
</entry>
<entry>
<title>Splited storage function from account.extra</title>
<updated>2014-06-24T09:11:44+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-24T09:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=3961e2bdfa2cb946f1bd367c9a7a392528bbaeef'/>
<id>3961e2bdfa2cb946f1bd367c9a7a392528bbaeef</id>
<content type='text'>
* Splited storage function from account.extra -&gt; tools/storage.py
  - OverwriteStorage
  - file_cleanup
* Updated account.models, archive.models
* Added OverwriteStorage and file_cleanup function to notice.models
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Splited storage function from account.extra -&gt; tools/storage.py
  - OverwriteStorage
  - file_cleanup
* Updated account.models, archive.models
* Added OverwriteStorage and file_cleanup function to notice.models
</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>Updated traffic and introduction pages.</title>
<updated>2014-06-23T15:38:55+00:00</updated>
<author>
<name>Weitian LI</name>
<email>liweitianux@gmail.com</email>
</author>
<published>2014-06-23T15:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/django-skaschool.git/commit/?id=a64eb136b0d8710ff132551f149a39b3a45da1f9'/>
<id>a64eb136b0d8710ff132551f149a39b3a45da1f9</id>
<content type='text'>
* Small updates to introduction page.
* Updated traffic page:
    - traffic routes
    - new metro map
* Used bootstrap modal plugin to view images for traffic page
    - traffic.js
    - traffic.css
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Small updates to introduction page.
* Updated traffic page:
    - traffic routes
    - new metro map
* Used bootstrap modal plugin to view images for traffic page
    - traffic.js
    - traffic.css
</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>
</feed>
