comparison README @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents c6a3ca0429dd
children b45621706d83
comparison
equal deleted inserted replaced
25:930e73ea9e8e 26:3df49721008c
63 63
64 django-admin syncdb 64 django-admin syncdb
65 django-admin makemessages -a 65 django-admin makemessages -a
66 django-admin compilemessages 66 django-admin compilemessages
67 67
68 All the preceeding instructions had to be done just once, now you only need to type this command (again in the project directory) whenever you want to launch the web server: 68 All the preceding instructions had to be done just once, now you only need to type this command (again in the project directory) whenever you want to launch the web server:
69 69
70 django-admin runserver 70 django-admin runserver
71 71
72 ** CREDIT ** 72 ** CREDIT **
73 73
74 The following third party project are shipped with this source code: 74 The following third party project are shipped with this source code:
75 75
76 - Twitter Bootstrap ( http://twitter.github.com/bootstrap/ ): a CSS for rapid design. [Apache licence 2.0] 76 - Bootstrap v3.3.1 (http://getbootstrap.com) | Copyright 2011-2014 Twitter, Inc. | MIT licence: https://github.com/twbs/bootstrap/blob/master/LICENSE
77 - Partition: a Django snippet by Smiley Chris [custom free (libre) licence: http://djangosnippets.org/about/tos/] 77 - jQuery v1.11.1 (http://jquery.org) | Copyright 2005-2014 jQuery Foundation, Inc. | MIT licence: jquery.org/license
78 - Partition (http://djangosnippets.org/snippets/401/) | Copyright 2007 Smiley Chris | Custom free (libre) licence: http://djangosnippets.org/about/tos
78 79
79 In addition, this project use Django to run. 80 In addition, this project use Django to run.
80 81
81 Thanks to the authors/contributors of these projects 82 Thanks to the authors/contributors of these projects
82 83