Django for ISchoolers: Difference between revisions

Content added Content deleted
imported>Aldeka
imported>Aldeka
Line 1,148: Line 1,148:


== Static files (aka: Django for designers) ==
== Static files (aka: Django for designers) ==

TODO: Write this!

[https://docs.djangoproject.com/en/1.3/howto/static-files/ https://docs.djangoproject.com/en/1.3/howto/static-files/]


== AJAX and Django ==
== AJAX and Django ==
Line 1,164: Line 1,168:


== Authentication and Users (and reusing apps) ==
== Authentication and Users (and reusing apps) ==

[https://docs.djangoproject.com/en/dev/topics/auth/ https://docs.djangoproject.com/en/dev/topics/auth/]


== Deploying to a real live server ==
== Deploying to a real live server ==

TODO