Update to 1.0 compatibility
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 22 Mar 2009 16:28:59 +0000 (16:28 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 22 Mar 2009 16:28:59 +0000 (16:28 +0000)
commit2d5a803e2b8bd6ed72de946d4cfbb7b880493bf6
tree69d96684998c351ac4ec219d3ae07b76a61fb371
parentc939dde77d9b8e0e4256f0f16e99206f55908288
Update to 1.0 compatibility

* Change admin registration and add registers for the right parts
* Seperate cms url config from main site config
* Update pagination views
* Mark cms content as safe (will add a check with the clean function later, as
  validators have been deprecated)
* update gitignore file to remove some other pants
.gitignore
sommitrealweird/blog/admin.py [new file with mode: 0644]
sommitrealweird/blog/models.py
sommitrealweird/blog/views.py
sommitrealweird/bpcms/admin.py [new file with mode: 0644]
sommitrealweird/bpcms/models.py
sommitrealweird/bpcms/templates/bpcms/html.html
sommitrealweird/bpcms/templates/bpcms/rst.html
sommitrealweird/bpcms/urls.py [new file with mode: 0644]
sommitrealweird/urls.py