Differences
This shows you the differences between two versions of the page.
— | django [2017/06/28 17:02] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== django ====== | ||
+ | * [[Apache mod_wsgi]] | ||
+ | * [[python]] | ||
+ | |||
+ | Installing django makes the modules available as native python ones. Once installed, you can use '' | ||
+ | |||
+ | < | ||
+ | wget https:// | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | python setup.py build | ||
+ | python setup.py install | ||
+ | </ | ||
+ | |||
+ | Verify the install: | ||
+ | |||
+ | < | ||
+ | python | ||
+ | >>> | ||
+ | >>> | ||
+ | </ | ||
+ | |||
+ | Using '' | ||
+ | |||
+ | < | ||
+ | rm -fr / | ||
+ | </ | ||
+ | |||
+ | Django also leaves files in '' | ||
+ | |||
+ | < | ||
+ | rm / | ||
+ | </ |