Assumes that you have python and django-1.1 installed in your system. There're 2 steps that you should follow
- Download ckeditor from http://ckeditor.com/
- Download django-ck from http://code.google.com/p/django-ck/downloads/list
All done, extract the ckeditor and copy it into your media folder. This step related to
- Serve the static file in django http://docs.djangoproject.com/en/dev/howto/static-files/. Remember that you must avoid the url name /media resembling to admin media prefix.
That okies, all you need is follow the guide in wiki and make admin works.